Skip to content

Commit 0768042

Browse files
committed
prepare to release cwl-utils v0.38
1 parent 3d66e81 commit 0768042

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

cwl_utils/__meta__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# SPDX-License-Identifier: Apache-2.0
22
"""Global version number for the cwl_utils package."""
3-
__version__ = "0.37"
3+
__version__ = "0.38"

tests/test_graph_split.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
# SPDX-License-Identifier: Apache-2.0
22
"""Test the CWL $graph document splitter tool."""
3-
from io import StringIO
43
import json
4+
from io import StringIO
55
from pathlib import Path
66

77
import pytest
88
import requests
9+
from cwltool.tests.util import get_main_output
910

1011
from cwl_utils.graph_split import graph_split
1112

1213
from .util import get_path
1314

14-
from cwltool.tests.util import get_main_output
15-
1615
URI = (
1716
"https://gist.githubusercontent.com/altairwei/"
1817
"6a0097db95cad23de36f825ed3b9f4b0/raw/"

0 commit comments

Comments
 (0)