style: sort in-function imports in report_generator (ruff I001) #37
Merged
wasabi opened 1 week ago

Summary

  • Resolve the 6 remaining I001 import-order warnings in services/export/report_generator.py flagged by ruff (select = ["E","F","W","I"]).
  • Purely stylistic (isort in-function import blocks); no behavioral change.
  • Module is now fully ruff-clean (ruff check → All checks passed).

Verification

  • ruff check services/export/report_generator.py → 0 errors
  • python -c 'import services.export.report_generator' → OK

Follows the 3-step branch → PR → merge flow from AGENTS.md.

Commits were merged into target branch
1/1
Submitter wasabi
Target main
Source chore/report-generator-import-order
Jobs
Merge Strategy
Create Merge Commit
Watchers (1)
Reference
pull request KI-37
Please wait...
Connection lost or session expired, reload to recover
Page is in error, reload to recover