Skip to content

Commit 87f1d42

Browse files
Fixed doc and import
1 parent fc20a46 commit 87f1d42

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

cwl_utils/file_formats.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
"""
2+
CWL file formats utilities.
3+
4+
For more information, please visit https://www.commonwl.org/user_guide/16-file-formats/
5+
"""
6+
17
from typing import List, Optional, Set, Union
28

39
from rdflib import Graph, OWL, RDFS, URIRef

tests/test_format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from schema_salad.exceptions import ValidationException
99
from schema_salad.fetcher import DefaultFetcher
1010

11-
from cwl_utils.format import check_format
11+
from cwl_utils.file_formats import check_format
1212

1313

1414
def _create_file(format_: Optional[str] = None):

0 commit comments

Comments
 (0)