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

Fix some import related style guide violations in ES #371

Merged

Commits on Sep 16, 2024

  1. Fix some import related style guide violations in ES

    This patch fixes some import related style guide violations,
    particularly the importing of multiple modules/packages on a single
    line. Some internal tooling is not able to effectively analyze these
    patterns (given they don't show up often since they're banned by the
    style guide) which is relatively annoying.
    
    We also should not be importing individual classes/functions, so fix
    those too when they coincide with the previous point.
    boomanaiden154 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    613cc9e View commit details
    Browse the repository at this point in the history