Skip to content

Commit 4badf10

Browse files
committed
trying to fix internal error from test suite
1 parent 23a001e commit 4badf10

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mypy/checkexpr.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1493,7 +1493,6 @@ def check_call_expr_with_callee_type(
14931493
if callable_name is None and member is not None:
14941494
assert object_type is not None
14951495
callable_name = self.method_fullname(object_type, member)
1496-
# object_type = get_proper_type(object_type) redefined earlier in the code
14971496
if callable_name:
14981497
# Try to refine the call signature using plugin hooks before checking the call.
14991498
callee_type = self.transform_callee_type(

0 commit comments

Comments
 (0)