Skip to content

Commit e71d03b

Browse files
committed
fix ffi.py
1 parent 95b003f commit e71d03b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygit2/ffi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
from ._libgit2 import ffi
2828
from ._libgit2 import lib as C
2929

30-
__all__ = ["ffi", "C"]
30+
__all__ = ['ffi', 'C']

0 commit comments

Comments
 (0)