diff options
| author | Timothy Crosley <timothy.crosley@gmail.com> | 2023-02-19 23:03:56 -0800 |
|---|---|---|
| committer | Timothy Crosley <timothy.crosley@gmail.com> | 2023-02-19 23:03:56 -0800 |
| commit | 9354e22ec0f22f3fbfa360fac6c57716fdb45486 (patch) | |
| tree | 60902985c612b1a37c84562eeaa94047a18c5c9b /tests/unit/test_main.py | |
| parent | 5e3c2413e02e04753357dd7cf0d57da8abefce92 (diff) | |
| download | isort-9354e22ec0f22f3fbfa360fac6c57716fdb45486.tar.gz | |
Black formatting
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 |
