mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 13:06:53 +00:00
Some lint / mypy fixes
This commit is contained in:
parent
03ea38df16
commit
3127d213f6
14 changed files with 63 additions and 38 deletions
|
|
@ -239,7 +239,7 @@ def test_next_logical_line_updates_the_previous_logical_line():
|
|||
file_processor.indent_level = 1
|
||||
file_processor.logical_line = 'a = 1'
|
||||
assert file_processor.previous_logical == ''
|
||||
assert file_processor.previous_indent_level is 0
|
||||
assert file_processor.previous_indent_level == 0
|
||||
|
||||
file_processor.next_logical_line()
|
||||
assert file_processor.previous_logical == 'a = 1'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue