From 00ef69351e5e7bbbad7fd661361b3569b6408d49 Mon Sep 17 00:00:00 2001 From: Harmon Date: Fri, 7 Feb 2020 06:28:54 -0600 Subject: Remove no longer used imports in tests --- git/test/test_repo.py | 1 - 1 file changed, 1 deletion(-) (limited to 'git/test/test_repo.py') diff --git a/git/test/test_repo.py b/git/test/test_repo.py index 79436b67..0af68730 100644 --- a/git/test/test_repo.py +++ b/git/test/test_repo.py @@ -54,7 +54,6 @@ from git.util import HIDE_WINDOWS_KNOWN_ERRORS, cygpath from git.test.lib import with_rw_directory from git.util import join_path_native, rmtree, rmfile, bin_to_hex -import functools as fnt import os.path as osp -- cgit v1.2.1