summaryrefslogtreecommitdiff
path: root/git/test/lib/asserts.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/test/lib/asserts.py')
-rw-r--r--git/test/lib/asserts.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/git/test/lib/asserts.py b/git/test/lib/asserts.py
index 207bbd68..6c49a0c3 100644
--- a/git/test/lib/asserts.py
+++ b/git/test/lib/asserts.py
@@ -6,8 +6,4 @@
from unittest.mock import patch
-from nose.tools import (
- assert_false # @UnusedImport
-)
-
-__all__ = ['patch', 'assert_false']
+__all__ = ['patch']