Skip to content

Commit 650141d

Browse files
committed
fix mypy issue in pygit2/filter.py
1 parent 0e95587 commit 650141d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pygit2/_pygit2.pyi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,10 @@ class DiffStats:
448448
insertions: int
449449
def format(self, format: DiffStatsFormat, width: int) -> str: ...
450450

451+
class FilterSource:
452+
# probably incomplete
453+
pass
454+
451455
class GitError(Exception): ...
452456
class InvalidSpecError(ValueError): ...
453457

0 commit comments

Comments
 (0)