Skip to content

Commit

Permalink
fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
tanghaibao committed Apr 15, 2024
1 parent 9fcdebf commit cbbacc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jcvi/graphics/grabseeds.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
savefig,
set_helvetica_axis,
)
from ..algorithms.formula import reject_outliers, get_kmeans
from ..algorithms.formula import get_kmeans, reject_outliers
from ..apps.base import (
OptionParser,
OptionGroup,
ActionDispatcher,
iglob,
datadir,
logger,
iglob,
mkdir,
)
from ..formats.base import must_open
Expand Down

0 comments on commit cbbacc6

Please sign in to comment.