Skip to content

Commit

Permalink
linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Sep 14, 2022
1 parent 2d2f1f1 commit 0918e57
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
11 changes: 9 additions & 2 deletions lib/galaxy/tool_util/linters/inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@
import re

from galaxy.util import string_as_bool
from ._util import get_code, is_datasource, is_valid_cheetah_placeholder
from ..parser.util import _parse_name, _prepare_argument
from galaxy.tool_util.linters._util import (
get_code,
is_datasource,
is_valid_cheetah_placeholder,
)
from galaxy.tool_util.parser.util import (
_parse_name,
_prepare_argument,
)

FILTER_TYPES = [
"data_meta",
Expand Down
1 change: 1 addition & 0 deletions test/unit/tool_util/test_tool_linters.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import os
import tempfile

import pytest

from galaxy.tool_util.lint import (
Expand Down

0 comments on commit 0918e57

Please sign in to comment.