Skip to content

Commit 080a927

Browse files
committed
Remove comment to make diff clearer
1 parent a9c5dac commit 080a927

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mypy/checker.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2154,7 +2154,6 @@ def check_method_override_for_base_with_name(
21542154
and self.is_writable_attribute(original_node)
21552155
and not is_subtype(original_type, typ, ignore_pos_arg_names=True)
21562156
):
2157-
# Covariant override of mutable attribute.
21582157
base_str, override_str = format_type_distinctly(
21592158
original_type, typ, options=self.options
21602159
)

0 commit comments

Comments
 (0)