Skip to content

Commit a96e054

Browse files
committed
Formatting mistake fix
1 parent 629aea3 commit a96e054

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cwltool/workflow_job.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,6 @@ def job(
858858
# depends which one comes first. All steps are completed
859859
# or all outputs have been produced.
860860

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

0 commit comments

Comments
 (0)