Skip to content

Commit

Permalink
chore: typing
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Nov 15, 2024
1 parent ac79bac commit f1a414b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/githarbor/core/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def owner(self) -> str:
return self._owner

@property
def default_branch(self):
def default_branch(self) -> str:
"""The default branch of this repository."""
raise NotImplementedError

Expand Down

0 comments on commit f1a414b

Please sign in to comment.