Skip to content

Commit

Permalink
Remove new syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Hook25 committed Nov 1, 2024
1 parent 4c1db8f commit 06a6579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release/get_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def get_history_since(tag: str, repo_path: str) -> "list[str]":
).splitlines()


def get_needed_bump(history: list[str]) -> TraceabilityEnum:
def get_needed_bump(history: "list[str]") -> TraceabilityEnum:
"""
Get what version number should be bumped using traceability postfixes
Expand Down

0 comments on commit 06a6579

Please sign in to comment.