aboutsummaryrefslogtreecommitdiff
path: root/git/test/lib/__init__.py
diff options
context:
space:
mode:
authorHarmon <Harmon758@gmail.com>2020-02-16 17:44:22 -0600
committerHarmon <Harmon758@gmail.com>2020-02-16 17:44:22 -0600
commit99b6dffe9604f86f08c2b53bef4f8ab35bb565a1 (patch)
tree6a6dfbce3c91801ea46be5ae08c0747526ce6d2d /git/test/lib/__init__.py
parent8a5a78b27ce1bcda6597b340d47a20efbac478d7 (diff)
downloadGitPython-99b6dffe9604f86f08c2b53bef4f8ab35bb565a1.tar.gz
GitPython-99b6dffe9604f86f08c2b53bef4f8ab35bb565a1.zip
Remove test.lib.asserts and use unittest.mock.patch directly
Diffstat (limited to 'git/test/lib/__init__.py')
-rw-r--r--git/test/lib/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/git/test/lib/__init__.py b/git/test/lib/__init__.py
index 87e26752..1551ce45 100644
--- a/git/test/lib/__init__.py
+++ b/git/test/lib/__init__.py
@@ -6,7 +6,6 @@
# flake8: noqa
import inspect
-from .asserts import *
from .helper import *
__all__ = [name for name, obj in locals().items()