Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin committed Feb 27, 2024
1 parent 8567ace commit 356d3bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/galaxy/tool_util/parser/xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
from galaxy.tool_util.parser.util import (
DEFAULT_DELTA,
DEFAULT_DELTA_FRAC,
DEFAULT_METRIC,
DEFAULT_EPS,
DEFAULT_METRIC,
)
from galaxy.util import (
Element,
Expand Down
2 changes: 1 addition & 1 deletion lib/galaxy/tool_util/verify/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
from galaxy.tool_util.parser.util import (
DEFAULT_DELTA,
DEFAULT_DELTA_FRAC,
DEFAULT_METRIC,
DEFAULT_EPS,
DEFAULT_METRIC,
)
from galaxy.util import unicodify
from galaxy.util.compression_utils import get_fileobj
Expand Down

0 comments on commit 356d3bd

Please sign in to comment.