summaryrefslogtreecommitdiff
path: root/tests/functional/u/unused/unused_global_variable3.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/u/unused/unused_global_variable3.py')
-rw-r--r--tests/functional/u/unused/unused_global_variable3.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/functional/u/unused/unused_global_variable3.py b/tests/functional/u/unused/unused_global_variable3.py
new file mode 100644
index 000000000..896789eda
--- /dev/null
+++ b/tests/functional/u/unused/unused_global_variable3.py
@@ -0,0 +1,6 @@
+# pylint: disable=missing-docstring
+VAR = 'pylint'
+
+
+def func(argument):
+ return VAR + argument