summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/test_importable.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unit/test_importable.py b/tests/unit/test_importable.py
index 6156c454..52db143c 100644
--- a/tests/unit/test_importable.py
+++ b/tests/unit/test_importable.py
@@ -6,8 +6,6 @@ def test_importable():
"""Simple smoketest to ensure all isort modules are importable"""
import isort
- import isort._future
- import isort._future._dataclasses
import isort._version
import isort.api
import isort.comments