Skip to content

Commit 6d2cf91

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2040,7 +2040,7 @@ def check_method_override_for_base_with_name(
20402040
# Give an error on function line to match old behaviour.
20412041
defn.func,
20422042
code=codes.OVERRIDE,
2043-
)
2043+
)
20442044

20452045
if isinstance(original_type, AnyType) or isinstance(typ, AnyType):
20462046
pass

0 commit comments

Comments
 (0)