diff options
Diffstat (limited to 'tests/functional/unused_global_variable1.py')
-rw-r--r-- | tests/functional/unused_global_variable1.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/functional/unused_global_variable1.py b/tests/functional/unused_global_variable1.py new file mode 100644 index 000000000..e630c3337 --- /dev/null +++ b/tests/functional/unused_global_variable1.py @@ -0,0 +1,2 @@ +# pylint: disable=missing-docstring +VAR = 'pylint' |