Skip to content

Commit ca714ae

Browse files
committed
Delete duplicate TODO
1 parent 4762fa8 commit ca714ae

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
@@ -2174,7 +2174,6 @@ def check_method_override_for_base_with_name(
21742174
else:
21752175
override_class_or_static = defn.func.is_class or defn.func.is_static
21762176
typ, _ = self.node_type_from_base(defn, defn.info)
2177-
# TODO: defer if current node is a decorator that is not ready yet.
21782177
assert typ is not None
21792178

21802179
original_node = base_attr.node

0 commit comments

Comments
 (0)