summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorstaticdev <staticdev-support@protonmail.com>2022-12-30 14:32:57 +0100
committerstaticdev <staticdev-support@protonmail.com>2022-12-30 14:32:57 +0100
commit5c0b99cdc9233518f201cf25d1c402002aa3d297 (patch)
treede5818c0670e297efb76378bb3a4a235af0f4380 /tests
parent63eeb58f18a72cdf26e9de4c55a399bd807929e2 (diff)
downloadisort-5c0b99cdc9233518f201cf25d1c402002aa3d297.tar.gz
Remove unnecessary _future module
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