Skip to content

Commit f3067fd

Browse files
pre-commit-ci[bot]KevinRK29
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 34aeea1 commit f3067fd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

mypy/messages.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,9 +1189,7 @@ def no_variant_matches_arguments(
11891189
code=code,
11901190
)
11911191
for item in overload.items:
1192-
self.note(
1193-
pretty_callable(item, self.options), context, offset=4, code=code
1194-
)
1192+
self.note(pretty_callable(item, self.options), context, offset=4, code=code)
11951193

11961194
if all_kwargs_confident and len(unexpected_kwargs) == len(arg_types):
11971195
return

0 commit comments

Comments
 (0)