Skip to content

Remove unused imports across the codebase - #867

Open
gabeweisz wants to merge 2 commits into
mainfrom
feat/gw_fix_unused_imports
Open

Remove unused imports across the codebase#867
gabeweisz wants to merge 2 commits into
mainfrom
feat/gw_fix_unused_imports

Conversation

@gabeweisz

Copy link
Copy Markdown
Collaborator

Remove unused imports across the codebase

Clean up 124 unused imports (ruff F401) across library code, tests, examples, and notebooks. Replace openpyxl availability checks with importlib.util.find_spec to avoid side-effect-only imports.

Co-authored-by: Cursor <cursoragent@cursor.com>

@Ahmedhasssan-aig Ahmedhasssan-aig left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@tsrikris

Copy link
Copy Markdown
Contributor

Will approve this after merging in staging_agent and branching off a Hyperloom release

Apply black 26.1.0 to files flagged by CI lint job.

Co-authored-by: Cursor <cursoragent@cursor.com>
@gabeweisz
gabeweisz enabled auto-merge (squash) July 31, 2026 18:44
@gabeweisz gabeweisz linked an issue Aug 3, 2026 that may be closed by this pull request

@tsrikris tsrikris left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agent changes look good!

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.

Fix unused imports

3 participants