Skip to content

Commit 59ac3d1

Browse files
committed
Fix import ordering
1 parent 3f19dad commit 59ac3d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/test_setuptools_command.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
from isort import setuptools_commands
21
from setuptools.dist import Distribution
32

3+
from isort import setuptools_commands
4+
45

56
def test_isort_command_smoke(src_dir):
67
"""A basic smoke test for the setuptools_commands command"""

0 commit comments

Comments
 (0)