Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove "unnecessary" imports. #76159

Merged
merged 5 commits into from Feb 20, 2021
Merged

Commits on Feb 16, 2021

  1. Remove "unnecessary" imports.

    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 dart-lang/sdk#44569 for more information.
    srawlins committed Feb 16, 2021
    Copy the full SHA
    82563d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Adjust import

    srawlins committed Feb 18, 2021
    Copy the full SHA
    bc94882 View commit details
    Browse the repository at this point in the history
  2. Try again

    srawlins committed Feb 18, 2021
    Copy the full SHA
    74ee64c View commit details
    Browse the repository at this point in the history
  3. typo

    srawlins committed Feb 18, 2021
    Copy the full SHA
    7ca183d View commit details
    Browse the repository at this point in the history
  4. Just revert

    srawlins committed Feb 18, 2021
    Copy the full SHA
    1297d17 View commit details
    Browse the repository at this point in the history