File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 6
6
import sys
7
7
import urllib .error
8
8
import urllib .parse
9
- from tempfile import NamedTemporaryFile
10
9
from urllib .parse import urlparse
11
10
import urllib .request
12
11
from copy import deepcopy
22
21
Union ,
23
22
)
24
23
25
- from pathlib import Path
26
- import requests
27
24
from ruamel .yaml .main import YAML
28
25
from ruamel .yaml .parser import ParserError
29
26
from ruamel .yaml .scanner import ScannerError
32
29
from cwl_utils .loghandler import _logger
33
30
34
31
# Type hinting
35
- from cwl_utils .parser import InputRecordSchema , InputRecordSchemaTypes
32
+ from cwl_utils .parser import InputRecordSchemaTypes
36
33
37
34
# Load as 1.2 files
38
- from cwl_utils .parser .cwl_v1_2 import InputRecordSchema as InputRecordSchemaV1_2
39
35
from cwl_utils .parser .cwl_v1_2 import InputEnumSchema as InputEnumSchemaV1_2
40
36
from cwl_utils .parser .cwl_v1_2 import InputArraySchema as InputArraySchemaV1_2
41
37
You can’t perform that action at this time.
0 commit comments