Skip to content

Commit 1e5ae60

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 00ce257 commit 1e5ae60

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
@@ -587,7 +587,6 @@ def visit_call_expr_inner(self, e: CallExpr, allow_none_return: bool = False) ->
587587
)
588588
checked_args = [self.accept(arg) for arg in e.args]
589589

590-
591590
arg_types = [
592591
join.join_type_list([checked_args[j] for j in formal_to_actual[i]])
593592
for i in range(len(e.callee.arg_kinds))

0 commit comments

Comments
 (0)