mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-22 12:11:31 +08:00
Fix the E20 errors.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
if x > 2:
|
||||
#: E111:2
|
||||
print x
|
||||
print(x)
|
||||
if True:
|
||||
#: E111:5
|
||||
print
|
||||
|
||||
Reference in New Issue
Block a user