From 6446608fdccf045c60473d5b75a7fa5892d69040 Mon Sep 17 00:00:00 2001 From: JJ Graham Date: Wed, 23 Oct 2019 21:42:37 -0500 Subject: Removing unused import --- git/test/test_remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/test/test_remote.py') diff --git a/git/test/test_remote.py b/git/test/test_remote.py index f6ef3dbd..3ef47472 100644 --- a/git/test/test_remote.py +++ b/git/test/test_remote.py @@ -31,7 +31,7 @@ from git.test.lib import ( GIT_DAEMON_PORT, assert_raises ) -from git.util import IterableList, rmtree, HIDE_WINDOWS_FREEZE_ERRORS +from git.util import rmtree, HIDE_WINDOWS_FREEZE_ERRORS import os.path as osp -- cgit v1.2.1