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

style: Fix unused-import (F401) #4521

Merged
merged 30 commits into from
Oct 23, 2024
Merged

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    7092055 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7d485b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a15c41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    089d5f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84510ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    75f6c14 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c333b84 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eac4d5a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    742e2ee View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c7371e3 View commit details
    Browse the repository at this point in the history
  11. doc: Fix unused-import (F401)

    echoix committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    6d6a5e0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    147d5a1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    562bdca View commit details
    Browse the repository at this point in the history
  14. grass.pygrass.modules.interface: Fix unused-import (F401) by defining…

    … __all__ in __init__
    echoix committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    b05d27c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    28b7194 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    64567c2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cdc4380 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6a6aa63 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1c13ab0 View commit details
    Browse the repository at this point in the history
  20. grass.imaging: Apply isort

    echoix committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    d2becc9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    cd8f4dc View commit details
    Browse the repository at this point in the history
  22. grass.jupyter: Apply isort

    echoix committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    c83476d View commit details
    Browse the repository at this point in the history
  23. pygrass: Ignore F401 (unused imports)

    Ignored inline where the import is justified and isn't to fix later, and ignored in a per-file exclusion where the imports seemed to be for commented-out test case lines
    echoix committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    2a62682 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b8fd615 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    06a9dd5 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    422f1bb View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    4ccafbf View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    84dc11d View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Apply suggestions from code review

    Co-authored-by: Anna Petrasova <kratochanna@gmail.com>
    echoix and petrasovaa authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    fafd964 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a719e3 View commit details
    Browse the repository at this point in the history