Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent
ChainMap
, Counter
and OrderedDict
from being dropped if…
… they're only imported. e.g. for a file that only contains: ```py from collections import OrderedDict ``` Pytype will completely drop `OrderedDict`, because that class is aliased to `typing.OrderedDict`. PiperOrigin-RevId: 589215092
- Loading branch information