diff options
Diffstat (limited to 'git/test/lib')
-rw-r--r-- | git/test/lib/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git/test/lib/__init__.py b/git/test/lib/__init__.py index 033a1104..87e26752 100644 --- a/git/test/lib/__init__.py +++ b/git/test/lib/__init__.py @@ -4,6 +4,7 @@ # This module is part of GitPython and is released under # the BSD License: http://www.opensource.org/licenses/bsd-license.php +# flake8: noqa import inspect from .asserts import * from .helper import * |