Skip to content

Commit b53b9a7

Browse files
committed
fix stubs
1 parent aa37e2d commit b53b9a7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pygit2/_libgit2.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import _cffi_backend
22

33
ffi: _cffi_backend.FFI
4-
C: _cffi_backend.Lib
4+
lib: _cffi_backend.Lib

pygit2/ffi.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@
2626
# Import from pygit2
2727
from ._libgit2 import ffi
2828
from ._libgit2 import lib as C
29+
30+
__all__ = ["ffi", "C"]

0 commit comments

Comments
 (0)