mirror of
https://github.com/davidhalter/parso.git
synced 2026-05-17 14:00:03 +08:00
Make the normalizer tests' indentation easier to understand.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#: E731:4
|
||||
f = lambda x: 2 * x
|
||||
while False:
|
||||
#: E731:6
|
||||
#: E731:10
|
||||
foo = lambda y, z: 2 * x
|
||||
# Okay
|
||||
f = object()
|
||||
|
||||
Reference in New Issue
Block a user