Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Mar 11, 2024
1 parent 082d465 commit 4003cb4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/unit/tool_util/test_tool_linters.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from galaxy.tool_util.lint import (
lint_tool_source_with,
lint_tool_source_with_modules,
lint_xml_with,
LintContext,
Linter,
XMLLintMessageLine,
Expand All @@ -26,10 +25,7 @@
)
from galaxy.tool_util.loader_directory import load_tool_sources_from_path
from galaxy.tool_util.parser.xml import XmlToolSource
from galaxy.util import (
ElementTree,
parse_xml,
)
from galaxy.util import ElementTree
from galaxy.util.xml_macros import load_with_references

# TODO tests tool xml for general linter
Expand Down

0 comments on commit 4003cb4

Please sign in to comment.