summaryrefslogtreecommitdiff
path: root/test/input/func_noerror_indirect_interface.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/input/func_noerror_indirect_interface.py')
-rw-r--r--test/input/func_noerror_indirect_interface.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/input/func_noerror_indirect_interface.py b/test/input/func_noerror_indirect_interface.py
index a0f245a..56d9ddd 100644
--- a/test/input/func_noerror_indirect_interface.py
+++ b/test/input/func_noerror_indirect_interface.py
@@ -1,7 +1,7 @@
"""shows a bug where pylint can't find interfaces when they are
used indirectly. See input/indirect[123].py for details on the
setup"""
-
+# pylint: disable=old-style-class
__revision__ = None
from input.indirect2 import AbstractToto