You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove unused dependencies to reduce package loading time
This commit removes three dependencies that were imported but never actually used in the codebase:
- DataStructures: Listed in Project.toml but never imported or used
- EnumX: Imported but no @enumx usage found anywhere
- Parameters: Imported but no @with_kw or @unpack usage found
These removals help reduce package loading time and dependency overhead without affecting functionality. All tests pass successfully.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments