diff options
| author | Timothy Crosley <timothy.crosley@gmail.com> | 2022-05-14 23:07:18 -0700 |
|---|---|---|
| committer | Timothy Crosley <timothy.crosley@gmail.com> | 2022-05-14 23:07:18 -0700 |
| commit | 8b928450844f49a2d1ff1f278511302c87632f60 (patch) | |
| tree | ebe06ef08dc16374711ab3ceb8bdc191f0fce24c /tests/unit | |
| parent | 72687ecf43c8fd7f8125ac35defe1d029b5ec497 (diff) | |
| download | isort-8b928450844f49a2d1ff1f278511302c87632f60.tar.gz | |
black
Diffstat (limited to 'tests/unit')
| -rw-r--r-- | tests/unit/test_isort.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test_isort.py b/tests/unit/test_isort.py index 833a69de..73acca0d 100644 --- a/tests/unit/test_isort.py +++ b/tests/unit/test_isort.py @@ -5579,7 +5579,7 @@ def test_split_on_trailing_comma() -> None: output = isort.code(expected_output, split_on_trailing_comma=True) assert output == expected_output - + def test_infinite_loop_in_unmatched_parenthesis() -> None: test_input = "from os import (" |
