From c8c934b51e519afbc0a9100a98528b73e6f1cd05 Mon Sep 17 00:00:00 2001 From: Matthias Bernt Date: Tue, 29 Oct 2024 11:17:30 +0100 Subject: [PATCH] fix import order --- bioblend/_tests/TestGalaxyNotifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bioblend/_tests/TestGalaxyNotifications.py b/bioblend/_tests/TestGalaxyNotifications.py index fc57296f6..3c90b93b0 100755 --- a/bioblend/_tests/TestGalaxyNotifications.py +++ b/bioblend/_tests/TestGalaxyNotifications.py @@ -2,7 +2,6 @@ datetime, timedelta, ) -from packaging.version import Version from typing import ( Any, Dict, @@ -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 (