Skip to content

Commit

Permalink
Resolve linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Oct 10, 2020
1 parent 59dda8d commit c241234
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/unit/test_main.py
Expand Up @@ -592,8 +592,8 @@ def test_isort_with_stdin(capsys):
out, error = capsys.readouterr()

assert error
assert not "underlying stream is not seekable" in error
assert not "underlying stream is not seekable" in error
assert "underlying stream is not seekable" not in error
assert "underlying stream is not seekable" not in error

# ensures that isort correctly sorts stdin with --ls flag

Expand Down
2 changes: 0 additions & 2 deletions tests/unit/test_pylama_isort.py
@@ -1,5 +1,3 @@
import os

from isort.pylama_isort import Linter


Expand Down

0 comments on commit c241234

Please sign in to comment.