Remove "unnecessary" imports. (#75198)
In each library where an import is removed, the library uses some elements provided by the import, BUT there is another import which provides all of the same elements, and at least one more which the library uses. In this change, we remove the imports which can be simply removed in favor of the other already present imports. See https://github.com/dart-lang/sdk/issues/44569 for more information.
S
Sam Rawlins committed
11609d111464c5cfc17a780f95a6bcd66a3d8c4a
Parent: 0a46189
Committed by GitHub <noreply@github.com>
on 2/2/2021, 8:22:14 AM