Remove E999 and replace them with todos.

This commit is contained in:
Dave Halter
2017-07-08 12:07:00 +02:00
parent 1e2abec7f2
commit 3943618fe2
4 changed files with 4 additions and 6 deletions

View File

@@ -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