Skip to content

Remove unused imports#405

Open
pjonsson wants to merge 1 commit into
Open-EO:mainfrom
pjonsson:remove-unused-imports
Open

Remove unused imports#405
pjonsson wants to merge 1 commit into
Open-EO:mainfrom
pjonsson:remove-unused-imports

Conversation

@pjonsson

Copy link
Copy Markdown
Contributor

Remove the imports that are unused
except for the ones that are
required for accessors on arrays,
and annotate those with a
"noqa: F401" so linters won't flag
these imports as unused in
the future.

Remove the imports that are unused
except for the ones that are
required for accessors on arrays,
and annotate those with a
"noqa: F401" so linters won't flag
these imports as unused in
the future.
@pjonsson pjonsson force-pushed the remove-unused-imports branch from 75c0a07 to eb1eba7 Compare June 26, 2026 20:29
@codecov

codecov Bot commented Jun 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.15%. Comparing base (e081e61) to head (eb1eba7).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #405      +/-   ##
==========================================
- Coverage   83.35%   83.15%   -0.20%     
==========================================
  Files          39       39              
  Lines        2601     2571      -30     
==========================================
- Hits         2168     2138      -30     
  Misses        433      433              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant