Skip to content

Commit 08752d3

Browse files
committed
Removed unused import
1 parent 200a04e commit 08752d3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ingest/test/test_verify_json_payloads.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
from jsonschema import ValidationError
44
from api.model import JsonMessageSchema
55
from api.messages import build_all_json_payloads_from_bufr
6-
from bufr_tools.bufresohmsg_py import init_bufr_schema_py
76
from bufr_tools.bufresohmsg_py import init_bufrtables_py
8-
from bufr_tools.bufresohmsg_py import init_oscar_py
97

108

119
@pytest.mark.timeout(1000)

0 commit comments

Comments
 (0)