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 spaces from import statements #7859

Merged
merged 2 commits into from
Oct 11, 2023
Merged

Remove spaces from import statements #7859

merged 2 commits into from
Oct 11, 2023

Commits on Oct 11, 2023

  1. Remove spaces from import statements

    **Summary** Remove spaces from import statements such as
    
    ```python
    import tqdm .  tqdm
    from tqdm .    auto import tqdm
    ```
    
    See also #7760 for a better solution.
    
    **Test Plan** New fixtures
    konstin committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    f14dcb0 View commit details
    Browse the repository at this point in the history
  2. Review

    konstin committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    5de4bd4 View commit details
    Browse the repository at this point in the history