Fix flake8 errors
This commit is contained in:
parent
d01b6bbacc
commit
a6d9a963b5
@ -56,4 +56,5 @@ else:
|
|||||||
if PY3:
|
if PY3:
|
||||||
exec('def raise_empty(t, *args): raise t(*args) from None')
|
exec('def raise_empty(t, *args): raise t(*args) from None')
|
||||||
else:
|
else:
|
||||||
def raise_empty(t, *args): raise t(*args)
|
def raise_empty(t, *args):
|
||||||
|
raise t(*args)
|
||||||
|
Loading…
Reference in New Issue
Block a user