Skip to content

Commit

Permalink
Add missing type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
dmerejkowsky committed Mar 12, 2024
1 parent ee19094 commit 3016339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tbump/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def run_bump(


class NotANewVersion(Error):
def __init__(self):
def __init__(self) -> None:
super().__init__()

def print_error(self) -> None:
Expand Down

0 comments on commit 3016339

Please sign in to comment.