Fixed E125 flake8 errors

continuation line with same indent as next logical line
This commit is contained in:
Andras Tim
2017-07-17 01:25:07 +02:00
parent 051d76a63f
commit 92e2cd9c68
7 changed files with 9 additions and 9 deletions

View File

@@ -339,8 +339,8 @@ class Traceback(list):
loc = f.f_locals
for otherloc in l:
if f.is_true(f.eval(co_equal,
__recursioncache_locals_1=loc,
__recursioncache_locals_2=otherloc)):
__recursioncache_locals_1=loc,
__recursioncache_locals_2=otherloc)):
return i
l.append(entry.frame.f_locals)
return None