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

@@ -497,7 +497,7 @@ class BaseName(object):
return [self if n == self._name else Name(self._inference_state, n)
for n in resulting_names]
@property
@property # type: ignore[misc]
@memoize_method
def params(self):
warnings.warn(