diff options
| author | staticdev <staticdev-support@protonmail.com> | 2023-02-09 19:47:05 +0100 |
|---|---|---|
| committer | staticdev <staticdev-support@protonmail.com> | 2023-02-09 19:47:05 +0100 |
| commit | 8e6266c14ca1e3abbca169182cde11cec901afa5 (patch) | |
| tree | e6c73e6124da832cdf7a81e024fc649da7d9331a /tests/unit/test_main.py | |
| parent | 4e3ccb1c635badad59fb0dd95ef8923a95390f21 (diff) | |
| download | isort-8e6266c14ca1e3abbca169182cde11cec901afa5.tar.gz | |
Cleanup deprecated extras
Diffstat (limited to 'tests/unit/test_main.py')
| -rw-r--r-- | tests/unit/test_main.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/test_main.py b/tests/unit/test_main.py index a3c0a90b..be86d2ae 100644 --- a/tests/unit/test_main.py +++ b/tests/unit/test_main.py @@ -1080,7 +1080,6 @@ def test_identify_imports_main(tmpdir, capsys): def test_gitignore(capsys, tmpdir: py.path.local): - import_content = """ import b import a |
