Skip to content

Commit

Permalink
fix import style
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Dec 18, 2023
1 parent f6074c3 commit e09e73b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions planemo/galaxy/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@
TYPE_CHECKING,
)

from galaxy.tool_util.deps import docker_util
from galaxy.tool_util.deps import singularity_util
from galaxy.tool_util.deps import (
docker_util,
singularity_util,
)
from galaxy.tool_util.deps.container_volumes import DockerVolume
from galaxy.util.commands import argv_to_str
from galaxy.util.yaml_util import ordered_dump
Expand Down

0 comments on commit e09e73b

Please sign in to comment.