mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-28 15:07:03 +08:00
Fix the last IndentationError.
This commit is contained in:
@@ -22,7 +22,7 @@ True and False
|
||||
if 1:
|
||||
pass
|
||||
# Syntax Error, no indentation
|
||||
#: E901+1
|
||||
#: E903+1
|
||||
if 1:
|
||||
pass
|
||||
#: E223:8
|
||||
|
||||
Reference in New Issue
Block a user