Skip to content

Commit 60ae2f0

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypy/messages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ def no_variant_matches_arguments(
11231123
context,
11241124
code=code,
11251125
)
1126-
1126+
11271127
self.note(f"Possible overload variant{plural_s(len(overload.items))}:", context, code=code)
11281128
for item in overload.items:
11291129
self.note(pretty_callable(item, self.options), context, offset=4, code=code)

0 commit comments

Comments
 (0)