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