We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 200a04e commit 08752d3Copy full SHA for 08752d3
ingest/test/test_verify_json_payloads.py
@@ -3,9 +3,7 @@
3
from jsonschema import ValidationError
4
from api.model import JsonMessageSchema
5
from api.messages import build_all_json_payloads_from_bufr
6
-from bufr_tools.bufresohmsg_py import init_bufr_schema_py
7
from bufr_tools.bufresohmsg_py import init_bufrtables_py
8
-from bufr_tools.bufresohmsg_py import init_oscar_py
9
10
11
@pytest.mark.timeout(1000)
0 commit comments