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 6e4b3a8 commit c46ab08Copy full SHA for c46ab08
1 file changed
pygit2/_pygit2.pyi
@@ -262,7 +262,6 @@ class OdbBackendPack(OdbBackend):
262
def __init__(self, *args, **kwargs) -> None: ...
263
264
class Oid:
265
- hex: str
266
raw: bytes
267
def __init__(self, raw: bytes = ..., hex: str = ...) -> None: ...
268
def __eq__(self, other) -> bool: ...
0 commit comments