Skip to content

Commit c450ede

Browse files
committed
Lint fix
1 parent f5a1fce commit c450ede

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cwltool/errors.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
"""Common errors.
2+
3+
WorkflowException and GraphTargetMissingException are aliased to
4+
equivalent errors from cwl_utils.errors and re-exported by this module
5+
to avoid breaking the interface for other code.
6+
7+
"""
8+
19
# flake8: noqa: F401
210

311
from cwl_utils.errors import WorkflowException as WorkflowException

0 commit comments

Comments
 (0)