summaryrefslogtreecommitdiff
path: root/pylint/test/input/func_more_e0604.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/input/func_more_e0604.py')
-rw-r--r--pylint/test/input/func_more_e0604.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/pylint/test/input/func_more_e0604.py b/pylint/test/input/func_more_e0604.py
deleted file mode 100644
index 6c39e1c..0000000
--- a/pylint/test/input/func_more_e0604.py
+++ /dev/null
@@ -1,9 +0,0 @@
-"""Test for invalid objects in a module's __all__ variable.
-
-"""
-# pylint: disable=R0903,R0201,W0612
-
-__revision__ = 0
-
-
-__all__ = [1]