Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the following mypy error: ``` lib/galaxy/tool_util/linters/xsd.py:28: error: "_ErrorLog" has no attribute "__iter__" (not iterable) [attr-defined] for error in xsd.error_log: ^~~~~~~~~~~~~ ``` xref: https://github.com/galaxyproject/galaxy/pull/17081/files#r1490662640
- Loading branch information