Skip to content

Commit

Permalink
fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Oct 29, 2024
1 parent a1e9cfd commit c8c934b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bioblend/_tests/TestGalaxyNotifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
datetime,
timedelta,
)
from packaging.version import Version
from typing import (
Any,
Dict,
Expand All @@ -11,6 +10,7 @@
)

from galaxy.tool_util.verify.wait import wait_on
from packaging.version import Version

from bioblend.galaxy import GalaxyInstance
from . import (
Expand Down

0 comments on commit c8c934b

Please sign in to comment.