Skip to content

Commit

Permalink
Fix import sorting. (#712)
Browse files Browse the repository at this point in the history
Mechanically generated using `tox -eisort-run,style`. I'm not sure how
this got past CI.
  • Loading branch information
jsirois authored Apr 21, 2019
1 parent 28869f6 commit 9363450
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_pex.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
make_bdist,
make_installer,
named_temporary_file,
run_simple_pex,
run_simple_pex_test,
temporary_dir,
write_simple_pex,
safe_mkdir,
temporary_content,
run_simple_pex
temporary_dir,
write_simple_pex
)
from pex.util import DistributionHelper

Expand Down

0 comments on commit 9363450

Please sign in to comment.