diff options
| author | Timothy Edmund Crosley <timothy.crosley@gmail.com> | 2018-01-23 15:19:40 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-23 15:19:40 -0800 |
| commit | f0f1b16f70dc33ac48ea80c602abae3b4304ce67 (patch) | |
| tree | d55f9755e99edac6fe3ffecbf71ce240a8cd7f68 /test_isort.py | |
| parent | 92f53fc47e2ad217ee137c145d6892291cb31fb8 (diff) | |
| download | isort-f0f1b16f70dc33ac48ea80c602abae3b4304ce67.tar.gz | |
Update test_isort.py
Diffstat (limited to 'test_isort.py')
| -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 5e4e179a..3e16fae8 100644 --- a/test_isort.py +++ b/test_isort.py @@ -362,7 +362,6 @@ def test_output_modes(): ")\n") - def test_qa_comment_case(): test_input = "from veryveryveryveryveryveryveryveryveryveryvery import X # NOQA" test_output = SortImports(file_contents=test_input, line_length=40, multi_line_output=WrapModes.NOQA).output |
