We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d66e81 commit 0768042Copy full SHA for 0768042
cwl_utils/__meta__.py
@@ -1,3 +1,3 @@
1
# SPDX-License-Identifier: Apache-2.0
2
"""Global version number for the cwl_utils package."""
3
-__version__ = "0.37"
+__version__ = "0.38"
tests/test_graph_split.py
@@ -1,18 +1,17 @@
"""Test the CWL $graph document splitter tool."""
-from io import StringIO
4
import json
+from io import StringIO
5
from pathlib import Path
6
7
import pytest
8
import requests
9
+from cwltool.tests.util import get_main_output
10
11
from cwl_utils.graph_split import graph_split
12
13
from .util import get_path
14
-from cwltool.tests.util import get_main_output
15
-
16
URI = (
17
"https://gist.githubusercontent.com/altairwei/"
18
"6a0097db95cad23de36f825ed3b9f4b0/raw/"
0 commit comments