Skip to content

Commit c46ab08

Browse files
committed
Type stubs: Remove outdated Oid.hex
1 parent 6e4b3a8 commit c46ab08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pygit2/_pygit2.pyi

-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ class OdbBackendPack(OdbBackend):
262262
def __init__(self, *args, **kwargs) -> None: ...
263263

264264
class Oid:
265-
hex: str
266265
raw: bytes
267266
def __init__(self, raw: bytes = ..., hex: str = ...) -> None: ...
268267
def __eq__(self, other) -> bool: ...

0 commit comments

Comments
 (0)