Skip to content

Commit ed95e8e

Browse files
committed
Consolidate test_repo module import statements
1 parent 5609faa commit ed95e8e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: test/test_repo.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,8 @@
4141
UnsafeProtocolError,
4242
)
4343
from git.repo.fun import touch
44-
from test.lib import TestBase, with_rw_repo, fixture
45-
from git.util import cygpath
46-
from test.lib import with_rw_directory
47-
from git.util import join_path_native, rmtree, rmfile, bin_to_hex
44+
from git.util import bin_to_hex, cygpath, join_path_native, rmfile, rmtree
45+
from test.lib import TestBase, fixture, with_rw_directory, with_rw_repo
4846

4947
import os.path as osp
5048

0 commit comments

Comments
 (0)