mirror of
https://github.com/davidhalter/parso.git
synced 2026-01-09 04:52:42 +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