Skip to content

Commit

Permalink
remove config import
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed May 18, 2024
1 parent c026305 commit 6f044a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/galaxy/tool_util/linters/datatypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
TYPE_CHECKING,
)

from galaxy import config
# from galaxy import config
from galaxy.tool_util.lint import Linter
from galaxy.util import (
listify,
Expand All @@ -15,7 +15,7 @@
from galaxy.tool_util.lint import LintContext
from galaxy.tool_util.parser import ToolSource

DATATYPES_CONF = os.path.join(os.path.dirname(config.__file__), "sample", "datatypes_conf.xml.sample")
# DATATYPES_CONF = os.path.join(os.path.dirname(config.__file__), "sample", "datatypes_conf.xml.sample")


def _parse_datatypes(datatype_conf_path: str) -> Set[str]:
Expand Down

0 comments on commit 6f044a1

Please sign in to comment.