mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-11 06:22:21 +08:00
Remove a function that did nothing anymore
This commit is contained in:
@@ -482,9 +482,6 @@ class _ActualTreeParamName(BaseTreeParamName):
|
||||
|
||||
|
||||
class AnonymousParamName(_ActualTreeParamName):
|
||||
def __init__(self, function_value, tree_name):
|
||||
super(AnonymousParamName, self).__init__(function_value, tree_name)
|
||||
|
||||
def infer(self):
|
||||
values = super(AnonymousParamName, self).infer()
|
||||
if values:
|
||||
|
||||
Reference in New Issue
Block a user