summaryrefslogtreecommitdiff
path: root/pylint/test/regrtest_data/dummy/another.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/regrtest_data/dummy/another.py')
-rw-r--r--pylint/test/regrtest_data/dummy/another.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/pylint/test/regrtest_data/dummy/another.py b/pylint/test/regrtest_data/dummy/another.py
new file mode 100644
index 0000000..046b447
--- /dev/null
+++ b/pylint/test/regrtest_data/dummy/another.py
@@ -0,0 +1,4 @@
+# pylint: disable=missing-docstring
+
+ANOTHER = 42
+