Skip to content

Commit 08e94c3

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

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

mypy/messages.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,9 +1183,7 @@ def no_variant_matches_arguments(
11831183
code=code,
11841184
)
11851185
for item in overload.items:
1186-
self.note(
1187-
pretty_callable(item, self.options), context, offset=4, code=code
1188-
)
1186+
self.note(pretty_callable(item, self.options), context, offset=4, code=code)
11891187

11901188
if all_kwargs_confident and len(unexpected_kwargs) == len(arg_types):
11911189
return

0 commit comments

Comments
 (0)