We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658a208 commit 5c0e009Copy full SHA for 5c0e009
mypy/checkmember.py
@@ -909,7 +909,7 @@ def analyze_var(
909
call_type = call_type.copy_modified(is_bound=False)
910
elif isinstance(call_type, Overloaded):
911
call_type = Overloaded(
912
- [it.copy_modified(is_bound=False) for it in call_type.items()]
+ [it.copy_modified(is_bound=False) for it in call_type.items]
913
)
914
915
# Bound variables with callable types are treated like methods
0 commit comments