summaryrefslogtreecommitdiff
path: root/git/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/__init__.py')
-rw-r--r--git/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/git/__init__.py b/git/__init__.py
index 6ccafcbb..17cd890d 100644
--- a/git/__init__.py
+++ b/git/__init__.py
@@ -49,5 +49,5 @@ from git.util import (
#} END imports
-__all__ = [ name for name, obj in locals().items()
- if not (name.startswith('_') or inspect.ismodule(obj)) ]
+__all__ = [name for name, obj in locals().items()
+ if not (name.startswith('_') or inspect.ismodule(obj))]