Skip to content

Feat/gw fix unused assignments - #868

Open
gabeweisz wants to merge 4 commits into
mainfrom
feat/gw_fix_unused_assignments
Open

Feat/gw fix unused assignments#868
gabeweisz wants to merge 4 commits into
mainfrom
feat/gw_fix_unused_assignments

Conversation

@gabeweisz

Copy link
Copy Markdown
Collaborator

Fix unused assignments across codebase. Sequenced after #867

gabeweisz and others added 4 commits July 31, 2026 18:27
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>
Apply black 26.1.0 to files flagged by CI lint job.

Co-authored-by: Cursor <cursoragent@cursor.com>
Clean up 35 unused local variables (ruff F841) by removing dead assignments, using underscore placeholders in tuple unpacks, and dropping unused exception bindings.

Co-authored-by: Cursor <cursoragent@cursor.com>
Run unused import and unused assignment checks on changed Python files, matching the existing Black lint scope.

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

Copy link
Copy Markdown
Collaborator Author

Don't look at this until #867 completes

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