Skip to content

Commit 55ad3f1

Browse files
committed
removed from init
1 parent 19e8050 commit 55ad3f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/phenopacket_mapper/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22

33
__version__ = "0.0.1"
44

5-
from . import cli, data_standards, validate, preprocessing, api_requests, mapping, utils
5+
from . import data_standards, validate, preprocessing, api_requests, mapping, utils
66

77
from .data_standards import DataModel
88
from .mapping import PhenopacketMapper
99

1010
__all__ = [
11-
"cli",
1211
"data_standards", "DataModel",
1312
"validate",
1413
"preprocessing",

0 commit comments

Comments
 (0)