Audit & clean up import statements application-wide #17725
Labels
status: accepted
This issue has been accepted for implementation
type: housekeeping
Changes to the application which do not directly impact the end user
Proposed Changes
Audit the code base with ruff to clean up import statements:
Replace wildcard (*
) imports with explicit lists (F403, F405)Justification
General housekeeping and improvements to code quality
The text was updated successfully, but these errors were encountered: