From 93634509ab986fa28c19779ec4527350e38eab81 Mon Sep 17 00:00:00 2001 From: John Sirois Date: Sat, 20 Apr 2019 20:29:35 -0600 Subject: [PATCH] Fix import sorting. (#712) Mechanically generated using `tox -eisort-run,style`. I'm not sure how this got past CI. --- tests/test_pex.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_pex.py b/tests/test_pex.py index f3fc030c8..ebb13d1bc 100644 --- a/tests/test_pex.py +++ b/tests/test_pex.py @@ -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