Skip to content

Commit 293bd9a

Browse files
committed
stub - remove deprecated and removed Object.hex and Object.oid
Removed in 1.15, see https://github.com/libgit2/pygit2/blob/master/CHANGELOG.md#1150-2024-05-18
1 parent 894a4dc commit 293bd9a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pygit2/_pygit2.pyi

-2
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,8 @@ LIBGIT2_VER_REVISION: int
3636
class Object:
3737
_pointer: bytes
3838
filemode: FileMode
39-
hex: str
4039
id: Oid
4140
name: str | None
42-
oid: Oid
4341
raw_name: bytes | None
4442
short_id: str
4543
type: 'Literal[GIT_OBJ_COMMIT] | Literal[GIT_OBJ_TREE] | Literal[GIT_OBJ_TAG] | Literal[GIT_OBJ_BLOB]'

0 commit comments

Comments
 (0)