Skip to content

Commit

Permalink
remove copy pasted code
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Nov 7, 2024
1 parent 50fcbf6 commit 66e85f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/galaxy/tool_util/linters/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def lint(cls, tool_source: "ToolSource", lint_ctx: "LintContext"):
tool_xml = getattr(tool_source, "xml_tree", None)
if not tool_xml:
return
labels = set()
for filter in tool_xml.findall("./outputs//filter"):
try:
ast.parse(filter.text, mode="eval")
Expand Down

0 comments on commit 66e85f4

Please sign in to comment.