Skip to content

Commit 1ff910c

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

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

mypy/checkexpr.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1807,9 +1807,7 @@ def check_callable_call(
18071807
if (
18081808
not ok
18091809
and not self.msg.prefer_simple_messages()
1810-
and self._detect_missing_positional_arg(
1811-
callee, arg_types, arg_kinds, args, context
1812-
)
1810+
and self._detect_missing_positional_arg(callee, arg_types, arg_kinds, args, context)
18131811
):
18141812
pass
18151813
else:

0 commit comments

Comments
 (0)