Skip to content

Commit

Permalink
Formatting mistake fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTate committed Nov 12, 2024
1 parent 629aea3 commit a96e054
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cwltool/workflow_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,6 @@ def job(
# depends which one comes first. All steps are completed
# or all outputs have been produced.

def __repr__(self):
def __repr__(self) -> str:
return f"<{self.__class__.__name__} [{self.name}]>"

Expand Down

0 comments on commit a96e054

Please sign in to comment.