Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor: Replace wildcard imports with explicit imports #5018

Draft
wants to merge 27 commits into
base: master
Choose a base branch
from

Conversation

soleil-colza
Copy link

@soleil-colza soleil-colza commented Jun 24, 2024

Description

This pull request refactors the codebase to replace wildcard imports with explicit imports. This change enhances code readability and maintainability, and helps prevent potential naming conflicts as the project grows.

Fixes: #5019

Testing

This change is primarily a refactoring and does not introduce new functionality. The existing test suite should continue to pass without modifications. However, manual verification was performed to ensure that all imports are resolved correctly and the code compiles without errors.

Release Notes

Fixes - Multiple Platforms
Improved code style by replacing wildcard imports with explicit imports.

@soleil-colza soleil-colza changed the title Replace wildcard imports with proper import paths without abbreviating Refactor: Replace wildcard imports with explicit imports Jun 24, 2024
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.

Improve code style: Replace wildcard imports with explicit imports
1 participant