Skip to content

Commit 44a08b2

Browse files
carlioatodorov
carlio
authored andcommitted
[refs #205] Removing old fixes for misspeplled methods from old pylint versions
1 parent 2e4d89e commit 44a08b2

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

pylint_django/compat.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,3 @@
2828
# if not available, will be handled by the django_installed checker
2929
django_version = (1, 5)
3030

31-
32-
def inferred(node):
33-
if hasattr(node, "inferred"):
34-
return node.inferred
35-
else:
36-
return node.infered
37-
38-
39-
def instantiate_class(node):
40-
if hasattr(node, "instantiate_class"):
41-
return node.instantiate_class
42-
else:
43-
return node.instanciate_class

0 commit comments

Comments
 (0)