Skip to content

chore: remove unused imports across the codebase#3625

Open
EvanYao826 wants to merge 1 commit into
alibaba:1.8from
EvanYao826:fix/remove-unused-imports-2346
Open

chore: remove unused imports across the codebase#3625
EvanYao826 wants to merge 1 commit into
alibaba:1.8from
EvanYao826:fix/remove-unused-imports-2346

Conversation

@EvanYao826
Copy link
Copy Markdown

Summary

Removed 41 unused import statements from 26 source files across the codebase.

These imports were never referenced in their respective files and were likely left behind after previous refactors.

Changes

  • Removed unused imports from sentinel-core, sentinel-cluster, sentinel-extension, sentinel-adapter, sentinel-dashboard, sentinel-transport, and sentinel-demo modules
  • Each removal was verified by checking that the imported symbol is not used anywhere in the file (including javadoc references)

Fixes #2346

Removed 41 unused import statements from 26 source files.
These imports were never referenced in their respective files
and were likely left behind after previous refactors.

Fixes alibaba#2346
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.

remove unused imports

1 participant