Skip to content

[Housekeeping] Fixing relative imports for better usability and clarity#36

Draft
LHamnett wants to merge 5 commits intohotosm:masterfrom
LHamnett:fix_relative_imports
Draft

[Housekeeping] Fixing relative imports for better usability and clarity#36
LHamnett wants to merge 5 commits intohotosm:masterfrom
LHamnett:fix_relative_imports

Conversation

@LHamnett
Copy link

@LHamnett LHamnett commented Mar 27, 2025

This pull request addresses issues with relative imports in the codebase.

Previously, the project relied on relative imports that caused inconsistencies and made it difficult for developers to work on the code from different directories or integrate new features. By switching to absolute imports the project becomes more modular and maintainable.

This change not only resolves a number of import errors experienced during testing and development but also improves code clarity and consistency. In the long run, these improvements simplify troubleshooting, refactoring, and future enhancements, making the codebase more accessible to both current and new contributors.

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.

1 participant