We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 079d7fd commit 1349ddcCopy full SHA for 1349ddc
git/objects/util.py
@@ -37,7 +37,7 @@
37
from .submodule.base import Submodule
38
from git.types import Protocol, runtime_checkable
39
else:
40
- Protocol = Generic
+ Protocol = Generic[Any]
41
42
def runtime_checkable(f):
43
return f
0 commit comments