Skip to content

Commit

Permalink
fix init typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leeyoyohku committed Dec 12, 2022
1 parent afb3ea1 commit 5a855d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spatialdm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# add shortcuts to the package's first level

from . import datasets
from .main import SpatialDM, read_spataildm, compute_pathway
from .main import *
from .version import __version__

0 comments on commit 5a855d4

Please sign in to comment.