mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-21 20:01:21 +08:00
Fix the E20 errors.
This commit is contained in:
@@ -60,14 +60,12 @@ rv.update(dict.fromkeys((
|
||||
'?'),
|
||||
"foo")
|
||||
|
||||
#: E126+1:10 E126+2:10
|
||||
abricot = 3 + \
|
||||
4 + \
|
||||
5 + 6
|
||||
print "hello", (
|
||||
|
||||
"there",
|
||||
#: E131:5
|
||||
# "john",
|
||||
"dude")
|
||||
part = set_mimetype((
|
||||
|
||||
Reference in New Issue
Block a user