From 8a5a78b27ce1bcda6597b340d47a20efbac478d7 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sun, 16 Feb 2020 17:17:19 -0600 Subject: Replace assert_false with assertFalse --- git/test/lib/asserts.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'git/test/lib') 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'] -- cgit v1.2.3