Skip to content

Commit 0a47dd6

Browse files
Updated format -> file_formats
1 parent 5a1ae3b commit 0a47dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from typing import (Any, Callable, Dict, IO, List, MutableMapping, MutableSequence, Optional, Union, cast)
55

66
from cwl_utils import expression
7-
from cwl_utils.format import check_format
7+
from cwl_utils.file_formats import check_format
88
from rdflib import Graph
99
from ruamel.yaml.comments import CommentedMap
1010
from schema_salad.avro.schema import Names, Schema, make_avsc_object

0 commit comments

Comments
 (0)