Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed May 29, 2024
1 parent ce1582f commit b0ea69e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/galaxy_test/driver/uses_shed.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
import string
import tempfile
from typing import ClassVar

from unittest import SkipTest

from galaxy.app import UniverseApplication
from galaxy.util.unittest_utils import is_site_up
from galaxy.model.base import transaction
from galaxy.util.unittest_utils import is_site_up
from galaxy_test.base.populators import DEFAULT_TIMEOUT
from galaxy_test.base.uses_shed_api import UsesShedApi
from galaxy_test.driver.driver_util import (
Expand Down

0 comments on commit b0ea69e

Please sign in to comment.