Index: flake8-eyeo/tests/A202.py |
=================================================================== |
--- a/flake8-eyeo/tests/A202.py |
+++ b/flake8-eyeo/tests/A202.py |
@@ -19,7 +19,7 @@ |
return |
# A202 |
noop() |
- except: |
+ except Exception: |
return |
# A202 |
noop() |