From eba84183ea79061eebb05eab46f6503c1cf8836f Mon Sep 17 00:00:00 2001 From: Harmon Date: Fri, 7 Feb 2020 06:27:59 -0600 Subject: Remove no longer used compat imports --- git/test/test_repo.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'git/test/test_repo.py') diff --git a/git/test/test_repo.py b/git/test/test_repo.py index 8ea18aa4..79436b67 100644 --- a/git/test/test_repo.py +++ b/git/test/test_repo.py @@ -36,10 +36,6 @@ from git import ( BadName, GitCommandError ) -from git.compat import ( - is_win, - win_encode, -) from git.exc import ( BadObject, ) -- cgit v1.2.1