Skip to content

Commit a33b446

Browse files
committed
remove an Any type hint
1 parent 20bec58 commit a33b446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,7 @@ def main(
10031003
coloredlogs.install(logger=_logger, stream=stderr)
10041004
stderr_handler = _logger.handlers[-1]
10051005
workflowobj = None
1006-
prov_log_handler: Optional[logging.StreamHandler[Any]] = None
1006+
prov_log_handler: Optional[logging.StreamHandler[ProvOut]] = None
10071007
try:
10081008
if args is None:
10091009
if argsl is None:

0 commit comments

Comments
 (0)