Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Aug 19, 2017
1 parent ab42715 commit 7a7371b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flake8_isort.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ def should_stop_processing(self, sort_result):
The bug in isort is fixed by:
https://github.com/timothycrosley/isort/pull/588
"""

in_lines = getattr(sort_result, 'in_lines', False)
out_lines = getattr(sort_result, 'out_lines', False)

Expand Down

0 comments on commit 7a7371b

Please sign in to comment.