Skip to content

fix: remove redundant inits from _loaders/__init__.py (resolves #225)#233

Merged
satvshr merged 2 commits intogc-os-ai:mainfrom
Dreamstick9:fix-issue-225
Feb 22, 2026
Merged

fix: remove redundant inits from _loaders/__init__.py (resolves #225)#233
satvshr merged 2 commits intogc-os-ai:mainfrom
Dreamstick9:fix-issue-225

Conversation

@Dreamstick9
Copy link
Contributor

this PR resolves #225 by removing all redundant import statements and the __all__ list from pyaptamer/datasets/_loaders/__init__.py.

As noted in the issue, _loaders is a private directory, and exposing its contents in its own __init__.py only created unnecessary double-work when adding new dataset loaders to the project.please note that in this PR i did not delete the file.

Closes #225

@Dreamstick9
Copy link
Contributor Author

@satvshr could you please review this PR?

@satvshr
Copy link
Collaborator

satvshr commented Feb 22, 2026

Thanks! Left a small comment.

@Dreamstick9
Copy link
Contributor Author

Dreamstick9 commented Feb 22, 2026

yeah i've updated the docstring to refrence (pyaptamer\datasets_init_.py)

Copy link
Collaborator

@satvshr satvshr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR! LGTM

@satvshr satvshr merged commit 7e3bfc8 into gc-os-ai:main Feb 22, 2026
18 checks passed
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.

[INVALID] remove all inits from pyaptamer\datasets\_loaders\__init__.py

2 participants