Skip to content

Commit

Permalink
Consolidate test_repo module import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
EliahKagan committed Sep 25, 2023
1 parent 5609faa commit ed95e8e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/test_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,8 @@
UnsafeProtocolError,
)
from git.repo.fun import touch
from test.lib import TestBase, with_rw_repo, fixture
from git.util import cygpath
from test.lib import with_rw_directory
from git.util import join_path_native, rmtree, rmfile, bin_to_hex
from git.util import bin_to_hex, cygpath, join_path_native, rmfile, rmtree
from test.lib import TestBase, fixture, with_rw_directory, with_rw_repo

import os.path as osp

Expand Down

0 comments on commit ed95e8e

Please sign in to comment.