We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d561731 commit da89985Copy full SHA for da89985
pylint/utils/ast_walker.py
@@ -75,10 +75,6 @@ def walk(self, astroid: nodes.NodeNG) -> None:
75
"""
76
cid = astroid.__class__.__name__.lower()
77
78
- # Detect if the node is a new name for a deprecated alias.
79
- # In this case, favour the methods for the deprecated
80
- # alias if any, in order to maintain backwards
81
- # compatibility.
82
visit_events: Sequence[AstCallback] = self.visit_events.get(cid, ())
83
leave_events: Sequence[AstCallback] = self.leave_events.get(cid, ())
84
0 commit comments