We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14c60e1 commit fdb927eCopy full SHA for fdb927e
1 file changed
pygit2/_pygit2.pyi
@@ -20,10 +20,10 @@ from .enums import (
20
SortMode,
21
)
22
23
-GIT_OBJ_BLOB: Literal[3]
24
-GIT_OBJ_COMMIT: Literal[1]
25
-GIT_OBJ_TAG: Literal[4]
26
-GIT_OBJ_TREE: Literal[2]
+GIT_OBJ_BLOB = Literal[3]
+GIT_OBJ_COMMIT = Literal[1]
+GIT_OBJ_TAG = Literal[4]
+GIT_OBJ_TREE = Literal[2]
27
GIT_OID_HEXSZ: int
28
GIT_OID_HEX_ZERO: str
29
GIT_OID_MINPREFIXLEN: int
0 commit comments