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

Change to imports to fix go-to-declaration in editors #747

Merged
merged 3 commits into from
Jan 18, 2022

Commits on Jan 13, 2022

  1. Convert assignments to imports

    Signed-off-by: Angus Holder <aholder97@gmail.com>
    angusholder committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    e0a8ab8 View commit details
    Browse the repository at this point in the history
  2. Run isort

    Signed-off-by: Angus Holder <aholder97@gmail.com>
    angusholder committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    94f5b71 View commit details
    Browse the repository at this point in the history
  3. Suppress flake8 warning about unused imports in __init__.py - they're…

    … the entrypoint of the library!
    
    Signed-off-by: Angus Holder <aholder97@gmail.com>
    angusholder committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    b6209f3 View commit details
    Browse the repository at this point in the history