diff options
| author | staticdev <staticdev-support@protonmail.com> | 2022-12-15 20:51:58 +0100 |
|---|---|---|
| committer | staticdev <staticdev-support@protonmail.com> | 2022-12-15 20:51:58 +0100 |
| commit | 066e359fc4aa9473ac87cdfb5744c56399babac4 (patch) | |
| tree | c0a0cd17c060d076dbce4a91d9d1733d379d9ca8 /tests/unit | |
| parent | 02e761ce2209f0fcfe68ee46868e547eaf5fbd55 (diff) | |
| download | isort-066e359fc4aa9473ac87cdfb5744c56399babac4.tar.gz | |
Fix tests and lint
Diffstat (limited to 'tests/unit')
| -rw-r--r-- | tests/unit/test_importable.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/unit/test_importable.py b/tests/unit/test_importable.py index d45ca506..6156c454 100644 --- a/tests/unit/test_importable.py +++ b/tests/unit/test_importable.py @@ -31,9 +31,12 @@ def test_importable(): import isort.stdlibs.py2 import isort.stdlibs.py3 import isort.stdlibs.py27 - import isort.stdlibs.py35 import isort.stdlibs.py36 import isort.stdlibs.py37 + import isort.stdlibs.py38 + import isort.stdlibs.py39 + import isort.stdlibs.py310 + import isort.stdlibs.py311 import isort.utils import isort.wrap import isort.wrap_modes |
