Skip to content

Commit c4b9c2e

Browse files
committed
Re-add _cache_enums
Partially reverts 84310f3
1 parent 84310f3 commit c4b9c2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pygit2/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
# Low level API
3434
from ._pygit2 import *
35+
from ._pygit2 import _cache_enums
3536

3637
# High level API
3738
from . import enums

0 commit comments

Comments
 (0)