Skip to content

Commit 5e9271b

Browse files
committed
Remove unused imports
1 parent 7795f1d commit 5e9271b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

cwl_utils/utils.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import sys
77
import urllib.error
88
import urllib.parse
9-
from tempfile import NamedTemporaryFile
109
from urllib.parse import urlparse
1110
import urllib.request
1211
from copy import deepcopy
@@ -22,8 +21,6 @@
2221
Union,
2322
)
2423

25-
from pathlib import Path
26-
import requests
2724
from ruamel.yaml.main import YAML
2825
from ruamel.yaml.parser import ParserError
2926
from ruamel.yaml.scanner import ScannerError
@@ -32,10 +29,9 @@
3229
from cwl_utils.loghandler import _logger
3330

3431
# Type hinting
35-
from cwl_utils.parser import InputRecordSchema, InputRecordSchemaTypes
32+
from cwl_utils.parser import InputRecordSchemaTypes
3633

3734
# Load as 1.2 files
38-
from cwl_utils.parser.cwl_v1_2 import InputRecordSchema as InputRecordSchemaV1_2
3935
from cwl_utils.parser.cwl_v1_2 import InputEnumSchema as InputEnumSchemaV1_2
4036
from cwl_utils.parser.cwl_v1_2 import InputArraySchema as InputArraySchemaV1_2
4137

0 commit comments

Comments
 (0)