Skip to content

Commit

Permalink
Fix imports order
Browse files Browse the repository at this point in the history
  • Loading branch information
kysrpex committed Sep 25, 2023
1 parent ff3ad41 commit 4bb1d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/jobs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
)

import yaml
from galaxy.util import etree
from packaging.version import Version
from pulsar.client.staging import COMMAND_VERSION_FILENAME

Expand Down Expand Up @@ -75,6 +74,7 @@
ToolEvaluator,
)
from galaxy.util import (
etree,
parse_xml_string,
RWXRWXRWX,
safe_makedirs,
Expand Down

0 comments on commit 4bb1d56

Please sign in to comment.