Skip to content

Commit 95aae80

Browse files
committed
add missing imports
1 parent bbbeb82 commit 95aae80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cwltool/process.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
import glob
2121
from .errors import WorkflowException
2222
from .pathmapper import abspath
23-
from typing import Any, AnyStr, Callable, cast, Generator, IO, Tuple, Union
23+
from typing import (Any, AnyStr, Callable, cast, Dict, List, Generator, IO,
24+
Tuple, Union)
2425
from collections import Iterable
2526
from rdflib import URIRef
2627
from rdflib.namespace import RDFS, OWL

0 commit comments

Comments
 (0)