Closed copybara-service[bot] closed 1 month ago
Print generic builtin names as lowercase
E.g. list[Foo] rather than from typing import List; List[Foo].
list[Foo]
from typing import List; List[Foo]
This affects error messages, reveal_type, production of pyi files.
reveal_type
Print generic builtin names as lowercase
E.g.
list[Foo]
rather thanfrom typing import List; List[Foo]
.This affects error messages,
reveal_type
, production of pyi files.