diff options
-rw-r--r-- | test_isort.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test_isort.py b/test_isort.py index ee08b00e..c4b3c241 100644 --- a/test_isort.py +++ b/test_isort.py @@ -2866,4 +2866,3 @@ def test_ensure_support_for_non_typed_but_cased_alphabetic_sort_issue_890(): 'from pkg import recorder\n') assert SortImports(file_contents=test_input, case_sensitive=True, order_by_type=False, force_single_line=True).output == expected_output - |