In [1]: import pygit2
In [2]: pygit2.GIT_OBJ_COMMIT
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
Cell In[2], line 1
----> 1 pygit2.GIT_OBJ_COMMIT
AttributeError: module 'pygit2' has no attribute 'GIT_OBJ_COMMIT'
In [3]: pygit2.GIT_OBJECT_COMMIT
Out[3]: 1
In [4]: pygit2.__version__
Out[4]: '1.16.0'
pygit2/pygit2/_pygit2.pyi
Line 24 in 8f3dec8
pygit2/pygit2/__init__.py
Line 32 in 8f3dec8