Fix the E20 errors.

This commit is contained in:
Dave Halter
2017-06-23 09:37:02 +02:00
parent 97aebe4aa0
commit 2470f54baf
8 changed files with 99 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
if x > 2:
#: E111:2
print x
print(x)
if True:
#: E111:5
print