Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tetron committed Jul 16, 2024
1 parent f5a1fce commit c450ede
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cwltool/errors.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
"""Common errors.
WorkflowException and GraphTargetMissingException are aliased to
equivalent errors from cwl_utils.errors and re-exported by this module
to avoid breaking the interface for other code.
"""

# flake8: noqa: F401

from cwl_utils.errors import WorkflowException as WorkflowException
Expand Down

0 comments on commit c450ede

Please sign in to comment.