We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f19dad commit 59ac3d1Copy full SHA for 59ac3d1
tests/unit/test_setuptools_command.py
@@ -1,6 +1,7 @@
1
-from isort import setuptools_commands
2
from setuptools.dist import Distribution
3
+from isort import setuptools_commands
4
+
5
6
def test_isort_command_smoke(src_dir):
7
"""A basic smoke test for the setuptools_commands command"""
0 commit comments