summaryrefslogtreecommitdiff
path: root/tests/functional/u/unused/unused_global_variable2.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/u/unused/unused_global_variable2.py')
-rw-r--r--tests/functional/u/unused/unused_global_variable2.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/functional/u/unused/unused_global_variable2.py b/tests/functional/u/unused/unused_global_variable2.py
new file mode 100644
index 000000000..62224096e
--- /dev/null
+++ b/tests/functional/u/unused/unused_global_variable2.py
@@ -0,0 +1,2 @@
+# pylint: disable=missing-docstring
+VAR = 'pylint' # [unused-variable]