summaryrefslogtreecommitdiff
path: root/test/input/func_missing_super_argument_py_30.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/input/func_missing_super_argument_py_30.py')
-rw-r--r--test/input/func_missing_super_argument_py_30.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/input/func_missing_super_argument_py_30.py b/test/input/func_missing_super_argument_py_30.py
deleted file mode 100644
index ec20857..0000000
--- a/test/input/func_missing_super_argument_py_30.py
+++ /dev/null
@@ -1,9 +0,0 @@
-"""Check missing super argument for Python 2"""
-
-__revision__ = 0
-
-class MyClass(object):
- """ New style class """
- def __init__(self):
- super().__init__()
- \ No newline at end of file