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

Change Absolute Imports to Relative Imports in Storage-Proxy #3656

Open
MintCat98 opened this issue Feb 11, 2025 — with Lablup-Issue-Syncer · 0 comments · May be fixed by #3685
Open

Change Absolute Imports to Relative Imports in Storage-Proxy #3656

MintCat98 opened this issue Feb 11, 2025 — with Lablup-Issue-Syncer · 0 comments · May be fixed by #3685
Assignees

Comments

@MintCat98
Copy link
Contributor

MintCat98 commented Feb 11, 2025

Motivation  

Some import statements in the storage-proxy module are written using absolute paths, causing inconsistency in the codebase.

Objective  

Convert all absolute import statements to relative imports to ensure code convention compliance and improve maintainability.

Details  

Identify import statements using absolute paths and update them to relative paths.

Impact  

Maintains code consistency and enhances maintainability, especially during future refactoring or structural changes.

@MintCat98 MintCat98 self-assigned this Feb 11, 2025
@MintCat98 MintCat98 changed the title Resolving Module Import Issues with Relative Paths in Storage-Proxy Refactoring Absolute Imports to Relative Imports in Storage-Proxy Feb 13, 2025
@MintCat98 MintCat98 changed the title Refactoring Absolute Imports to Relative Imports in Storage-Proxy Change Absolute Imports to Relative Imports in Storage-Proxy Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant