diff options
Diffstat (limited to 'test/input/func_w0623_py_30.py')
-rw-r--r-- | test/input/func_w0623_py_30.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/input/func_w0623_py_30.py b/test/input/func_w0623_py_30.py index 9bccbc6..8f1f34c 100644 --- a/test/input/func_w0623_py_30.py +++ b/test/input/func_w0623_py_30.py @@ -1,5 +1,5 @@ """Test for W0623, overwriting names in exception handlers.""" - +# pylint: disable=broad-except,bare-except,pointless-except __revision__ = '' import exceptions |