diff options
Diffstat (limited to 'lib/git/__init__.py')
-rw-r--r-- | lib/git/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/git/__init__.py b/lib/git/__init__.py index 28d14d0c..45cb4673 100644 --- a/lib/git/__init__.py +++ b/lib/git/__init__.py @@ -24,4 +24,4 @@ from git.utils import dashify from git.utils import touch __all__ = [ name for name, obj in locals().items() - if not (name.startswith('_') or inspect.ismodule(obj)) ] + if not (name.startswith('_') or inspect.ismodule(obj)) ] |