From 99b6dffe9604f86f08c2b53bef4f8ab35bb565a1 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sun, 16 Feb 2020 17:44:22 -0600 Subject: Remove test.lib.asserts and use unittest.mock.patch directly --- git/test/lib/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'git/test/lib/__init__.py') 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() -- cgit v1.2.3