We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89ab703 commit de6143fCopy full SHA for de6143f
lib/galaxy/tool_util/linters/datatypes.py
@@ -18,7 +18,7 @@
18
DATATYPES_CONF = os.path.join(os.path.dirname(config.__file__), "sample", "datatypes_conf.xml.sample")
19
20
21
-def _parse_datatypes(datatype_conf_path: str) -> Set[str]:
+def _parse_datatypes(datatype_conf_path: str) -> Set[Optional[str]]:
22
datatypes = set()
23
tree = parse_xml(datatype_conf_path)
24
root = tree.getroot()
0 commit comments