Skip to content

Commit 716e07f

Browse files
author
Peter Amstutz
committed
Another mypy fix
1 parent 3d593f2 commit 716e07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def __init__(self): # type: () -> None
143143
self.stagedir = None # type: Text
144144
self.inplace_update = None # type: bool
145145

146-
def _setup(self, kwargs): # type: () -> None
146+
def _setup(self, kwargs): # type: (Dict) -> None
147147
if not os.path.exists(self.outdir):
148148
os.makedirs(self.outdir)
149149

0 commit comments

Comments
 (0)