mirror of
https://github.com/davidhalter/parso.git
synced 2026-02-17 07:24:24 +08:00
Remove E999 and replace them with todos.
This commit is contained in:
@@ -94,7 +94,7 @@ c = (a+b) * (a-b)
|
||||
norman = True+False
|
||||
x = x*2 - 1
|
||||
x = x/2 - 1
|
||||
#: E999
|
||||
# TODO whitespace should be the other way around according to pep8.
|
||||
x = x / 2-1
|
||||
|
||||
hypot2 = x*x + y*y
|
||||
|
||||
Reference in New Issue
Block a user