forked from VimPlug/jedi
Type aliases should not have a signature
This commit is contained in:
@@ -275,6 +275,9 @@ class TypeAlias(LazyValueWrapper):
|
||||
def gather_annotation_classes(self):
|
||||
return ValueSet([self._get_wrapped_value()])
|
||||
|
||||
def get_signatures(self):
|
||||
return []
|
||||
|
||||
|
||||
class Callable(BaseTypingInstance):
|
||||
def py__call__(self, arguments):
|
||||
|
||||
Reference in New Issue
Block a user