Skip to content

Commit 81d25f2

Browse files
fix linter errors
1 parent 718182e commit 81d25f2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

galaxyxml/tool/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import copy
22
import logging
33

4-
from lxml import etree
5-
64
from galaxyxml import GalaxyXML, Util
75
from galaxyxml.tool.parameters import (
86
Expand,
@@ -11,7 +9,6 @@
119
Macro,
1210
Macros,
1311
Outputs,
14-
Requirements,
1512
XMLParam
1613
)
1714

@@ -216,7 +213,7 @@ class MacrosTool(Tool):
216213
creates a <macros> tag containing macros and tokens
217214
for the inputs and outputs:
218215
219-
for the inputs
216+
for the inputs
220217
221218
- a macro `<xml name="ID_inmacro">` containing all the inputs
222219
- a token `<token name="ID_INMACRO">` containing the CLI for the inputs

0 commit comments

Comments
 (0)