diff options
Diffstat (limited to 'tests/input/func_i0011.py')
-rw-r--r-- | tests/input/func_i0011.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/input/func_i0011.py b/tests/input/func_i0011.py new file mode 100644 index 000000000..a4ef215bc --- /dev/null +++ b/tests/input/func_i0011.py @@ -0,0 +1,4 @@ +# pylint:disable=W0404 +"""check warning on local disabling +""" +__revision__ = 1 |