Skip to content

Commit 46d8990

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ce769cd commit 46d8990

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Diff for: reproschema/tests/test_rs2redcap_redcap2rs.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@
1111
from ..jsonldutils import _is_url, load_file
1212
from ..models import Activity, Item, Protocol, ResponseOption
1313
from ..redcap2reproschema import normalize_condition
14-
from ..utils import (
15-
fixing_old_schema,
16-
start_server,
17-
stop_server,
18-
)
14+
from ..utils import fixing_old_schema, start_server, stop_server
1915

2016

2117
def create_protocol_dict(

0 commit comments

Comments
 (0)