Skip to content

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

Open
@MintCat98

Description

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.

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions