Skip to content

Commit 0f14c23

Browse files
committed
Apply ruff import ordering fixes
1 parent a899516 commit 0f14c23

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/latrend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
LATREND_PALETTE,
1616
make_clusterPropLabels,
1717
make_clusterSizeLabels,
18-
plotClusterTrajectories,
1918
plotClassProbabilities,
2019
plotClassProportions,
20+
plotClusterTrajectories,
2121
plotFittedTrajectories,
2222
plotMetric,
2323
plotTrajectories,

src/latrend/plots/trajectories.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
theme_latrend,
3232
)
3333

34-
3534
# ---------------------------------------------------------------------------
3635
# Cluster label helpers (mirrors R make.clusterPropLabels / make.clusterSizeLabels)
3736
# ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)