Skip to content

Commit 49f6948

Browse files
committed
fix: resolve conflicts
1 parent bc74943 commit 49f6948

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

noxfile.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -208,13 +208,7 @@ def setup_release(session: Session) -> None:
208208
def get_release_notes(session: Session) -> None:
209209
"""Gets the latest release notes if between bumping the version and tagging the release."""
210210
session.log("Getting release notes...")
211-
<<<<<<< ours
212-
session.install("-e", ".", "--group", "dev")
213-
session.install("typing_extensions")
214-
session.run("python", SCRIPTS_FOLDER / "get-release-notes.py", external=True)
215-
=======
216211
session.run("python", SCRIPTS_FOLDER / "get-release-notes.py", *session.posargs, external=True)
217-
>>>>>>> theirs
218212

219213

220214
@nox.session(python=False, tags=[RELEASE])

0 commit comments

Comments
 (0)