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 23a001e commit 4badf10Copy full SHA for 4badf10
mypy/checkexpr.py
@@ -1493,7 +1493,6 @@ def check_call_expr_with_callee_type(
1493
if callable_name is None and member is not None:
1494
assert object_type is not None
1495
callable_name = self.method_fullname(object_type, member)
1496
- # object_type = get_proper_type(object_type) redefined earlier in the code
1497
if callable_name:
1498
# Try to refine the call signature using plugin hooks before checking the call.
1499
callee_type = self.transform_callee_type(
0 commit comments