Skip to content

Commit d38e1dc

Browse files
committed
Fix formatting
1 parent a0f8239 commit d38e1dc

3 files changed

Lines changed: 5 additions & 12 deletions

File tree

stlearn/spatial/__init__.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
# stlearn/spatial/__init__.py
22

3-
from . import SME
4-
from . import clustering
5-
from . import morphology
6-
from . import smooth
7-
from . import trajectory
3+
from . import SME, clustering, morphology, smooth, trajectory
84

95
__all__ = [
106
"clustering",
117
"smooth",
128
"trajectory",
139
"morphology",
1410
"SME",
15-
]
11+
]

stlearn/tl/__init__.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
# stlearn/tl/__init__.py
22

3-
from . import cache
4-
from . import clustering
5-
from . import cci
6-
from . import label
3+
from . import cache, cci, clustering, label
74

85
__all__ = [
96
"cache",
107
"clustering",
118
"cci",
129
"label",
13-
]
10+
]

stlearn/tl/label/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from .label import run_singleR, run_rctd, run_label_transfer
1+
from .label import run_label_transfer, run_rctd, run_singleR
22

33
__all__ = [
44
"run_singleR",

0 commit comments

Comments
 (0)