Commit 0b9db16
authored
[BUG] Remove stale and duplicate entries from datasets __all__ (#303)
#### Reference Issues/PRs
Fixes #301
#### What does this implement/fix? Explain your changes.
The `__all__` list in `pyaptamer/datasets/__init__.py` contained two
problems:
- `"load_hf_dataset"` was left behind when the function was renamed to
`load_hf_to_dataset` in #204.
- `"load_from_rcsb"` appeared twice.
This PR removes the stale `"load_hf_dataset"` entry and the duplicate
`"load_from_rcsb"` entry.
#### What should a reviewer concentrate their feedback on?
Verify that the corrected `__all__` list matches the actual imports in
the module.
#### Did you add any tests for the change?
No tests needed -- this is a metadata-only fix to the public API surface
list.
#### Any other comments?
None.
#### PR checklist
- [x] The PR title starts with [BUG]
- [x] Used pre-commit hooks
Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>1 parent 6cdc02c commit 0b9db16
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | | - | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
0 commit comments