We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b003f commit e71d03bCopy full SHA for e71d03b
pygit2/ffi.py
@@ -27,4 +27,4 @@
27
from ._libgit2 import ffi
28
from ._libgit2 import lib as C
29
30
-__all__ = ["ffi", "C"]
+__all__ = ['ffi', 'C']
0 commit comments