We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c5dac commit 080a927Copy full SHA for 080a927
mypy/checker.py
@@ -2154,7 +2154,6 @@ def check_method_override_for_base_with_name(
2154
and self.is_writable_attribute(original_node)
2155
and not is_subtype(original_type, typ, ignore_pos_arg_names=True)
2156
):
2157
- # Covariant override of mutable attribute.
2158
base_str, override_str = format_type_distinctly(
2159
original_type, typ, options=self.options
2160
)
0 commit comments