Skip to content

Commit

Permalink
removed from init
Browse files Browse the repository at this point in the history
  • Loading branch information
frehburg committed Oct 15, 2024
1 parent 19e8050 commit 55ad3f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/phenopacket_mapper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@

__version__ = "0.0.1"

from . import cli, data_standards, validate, preprocessing, api_requests, mapping, utils
from . import data_standards, validate, preprocessing, api_requests, mapping, utils

from .data_standards import DataModel
from .mapping import PhenopacketMapper

__all__ = [
"cli",
"data_standards", "DataModel",
"validate",
"preprocessing",
Expand Down

0 comments on commit 55ad3f1

Please sign in to comment.