Skip to content

Commit d3d1667

Browse files
author
hauntsaninja
committed
Remove spurious comment
1 parent ed6dcdc commit d3d1667

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mypy/semanal.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,6 @@ def add_implicit_module_attrs(self, file_node: MypyFile) -> None:
411411
node = sym.node
412412
assert isinstance(node, TypeInfo)
413413
typ = Instance(node, [self.str_type()])
414-
# typ = self.named_type("__builtins__.list", [self.str_type()])
415414
else:
416415
assert t is not None, 'type should be specified for {}'.format(name)
417416
typ = UnboundType(t)

0 commit comments

Comments
 (0)