summaryrefslogtreecommitdiff
path: root/pylint/test/input/func_r0921.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/input/func_r0921.py')
-rw-r--r--pylint/test/input/func_r0921.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/pylint/test/input/func_r0921.py b/pylint/test/input/func_r0921.py
deleted file mode 100644
index 1baf0a8..0000000
--- a/pylint/test/input/func_r0921.py
+++ /dev/null
@@ -1,15 +0,0 @@
-"""test max methods"""
-__revision__ = None
-
-class Aaaa(object):
- """yo"""
- def __init__(self):
- pass
-
- def meth1(self):
- """hehehe"""
- raise NotImplementedError
-
- def meth2(self):
- """hehehe"""
- return 'Yo', self