1
0
forked from VimPlug/jedi

Introduce the property return annotation

This commit is contained in:
Dave Halter
2023-07-28 15:54:54 +02:00
parent 6455a14841
commit 972123c9c9
2 changed files with 14 additions and 10 deletions
+1 -1
View File
@@ -444,7 +444,7 @@ class CompiledValueFilter(AbstractFilter):
"""
To remove quite a few access calls we introduced the callback here.
"""
has_attribute, is_descriptor = allowed_getattr_callback(
has_attribute, is_descriptor, property_return_annotation = allowed_getattr_callback(
name,
)
if check_has_attribute and not has_attribute: