summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-03-08 00:05:40 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2019-03-08 00:05:40 -0800
commitfa3421e5f4ff8ede0578708fb89af40bd24e265c (patch)
tree2ffb17fa77eb4fd50f1232b6297edc0b018cc274
parent12c034a100afb18c6628b4b972516e87a10eec8d (diff)
downloadisort-feature/fix-issue-890.tar.gz
Remove extra new line at end of test filefeature/fix-issue-890
-rw-r--r--test_isort.py1
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
-