Commit 7e3bfc8
authored
fix: remove redundant inits from _loaders/__init__.py (#233)
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 #2251 parent f53b56e commit 7e3bfc8
1 file changed
+1
-26
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 1 | + | |
0 commit comments