You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running pyflakes over the version 7c0ec65 I got the following pyflake warnings:
./arthur/arthur.py:98: local variable 'e' is assigned to but never used
./tests/test_arthur.py:291: local variable 'ex' is assigned to but never used
./tests/test_arthur.py:305: local variable 'ex' is assigned to but never used
Closing condition:
pyflakes does not return these errors in master branch
The text was updated successfully, but these errors were encountered:
Fix error #102 by removing unused variables in an exception at
arthur/arthur.py and in two unit tests at test_arthur.py.
Signed-off-by: Luis Cañas-Díaz <[email protected]>
Running pyflakes over the version 7c0ec65 I got the following pyflake warnings:
Closing condition:
master
branchThe text was updated successfully, but these errors were encountered: