Skip to content

Commit

Permalink
chore: typing
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Nov 14, 2023
1 parent 60c708a commit 9cee244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mknodes/info/gitrepository.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def version_changes(self) -> dict[str, dict[str, list[git.Commit]]]: # type: ig
}

@functools.cached_property
def all_commits(self) -> list[git.Commit]:
def all_commits(self) -> list[git.Commit]: # type: ignore[name-defined]
return self.get_commits()

def get_commits(
Expand Down

0 comments on commit 9cee244

Please sign in to comment.