Skip to content

Commit

Permalink
fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
vicpaton committed Jun 19, 2024
1 parent 1d1a11d commit 5c01829
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions networkcommons/_data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
#

from ._builtin import _module_data
from . import omics as omics
from . import network as network
from .omics import *
from .network import *
1 change: 1 addition & 0 deletions networkcommons/_data/network/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@

from .omnipath import get_omnipath
from .lianaplus import get_lianaplus
from .moon import *

0 comments on commit 5c01829

Please sign in to comment.