1
0
forked from VimPlug/jedi

Ignore mypy not coping with decorated properties

This commit is contained in:
Peter Law
2020-07-24 15:50:24 +01:00
parent 07fbcd2262
commit 5e509814f7
4 changed files with 5 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ class ImplicitNamespaceValue(Value, SubModuleDictMixin):
def get_qualified_names(self):
return ()
@property
@property # type: ignore[misc]
@inference_state_method_cache()
def name(self):
string_name = self.py__package__()[-1]