We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6074c3 commit e09e73bCopy full SHA for e09e73b
planemo/galaxy/config.py
@@ -26,8 +26,10 @@
26
TYPE_CHECKING,
27
)
28
29
-from galaxy.tool_util.deps import docker_util
30
-from galaxy.tool_util.deps import singularity_util
+from galaxy.tool_util.deps import (
+ docker_util,
31
+ singularity_util,
32
+)
33
from galaxy.tool_util.deps.container_volumes import DockerVolume
34
from galaxy.util.commands import argv_to_str
35
from galaxy.util.yaml_util import ordered_dump
0 commit comments