Move annassign and starexprs.

This commit is contained in:
Dave Halter
2017-08-18 18:15:24 +02:00
parent a53477321b
commit 904f293830
3 changed files with 72 additions and 57 deletions

View File

@@ -23,7 +23,7 @@ if True:
or another_very_long_variable_name:
raise Exception()
#: E901+1:8 E901+5
#: E901+1:8
dictionary = [
"is": {
# Might be a E122:4, but is not because the code is invalid Python.