Skip to content

feat(utils): add proper __init__.py exports for utils module#3979

Open
Siddharth2624 wants to merge 1 commit intoadenhq:mainfrom
Siddharth2624:fix/utils-init-exports
Open

feat(utils): add proper __init__.py exports for utils module#3979
Siddharth2624 wants to merge 1 commit intoadenhq:mainfrom
Siddharth2624:fix/utils-init-exports

Conversation

@Siddharth2624
Copy link
Contributor

@Siddharth2624 Siddharth2624 commented Feb 7, 2026

Summary

Add module docstring and exports to the empty core/framework/utils/__init__.py file for consistency with other framework modules.

Fixes #3297

Changes

  • Add module docstring
  • Export atomic_write function from framework.utils.io
  • Define __all__ for explicit public API

Before

# Empty file

After

"""Utility functions for the Hive framework."""

from framework.utils.io import atomic_write

__all__ = ["atomic_write"]

@Siddharth2624
Copy link
Contributor Author

Siddharth2624 commented Feb 8, 2026

@bryanadenhq @RichardTang-Aden @TimothyZhang7 @Hundao can u please review this pr as i can work on my next integration of dropbox and can you please assign me that integration too for that?

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.

[Enhancement]: Add proper __init__.py exports for utils module

1 participant