Skip to content

Commit

Permalink
Fix return type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Dec 9, 2024
1 parent 1b7917d commit 25cd5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galaxy_release_util/point_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def changelog(self) -> str:
return f"{HISTORY_TEMPLATE}{changelog_string}"

@property
def pinned_requirements_txt(self) -> str:
def pinned_requirements_txt(self) -> pathlib.Path:
return self.path / ".." / ".." / "lib" / "galaxy" / "dependencies" / "pinned-requirements.txt"

def write_history(self):
Expand Down

0 comments on commit 25cd5d6

Please sign in to comment.