Skip to content
Snippets Groups Projects
Commit a140962d authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

MAINT(validator): cleaned up imports

parent 8edc1588
No related branches found
No related tags found
2 merge requests!217TST: Make NamedTemporaryFiles Windows-compatible,!201Validator that checks created records using a json schema
Pipeline #58340 passed
......@@ -23,16 +23,12 @@
"""
test validation
"""
import importlib
import os
from os.path import join
from pathlib import Path
import caoscrawler
import jsonschema
import linkahead as db
import pytest
import yaml
from caoscrawler.validator import (convert_record,
load_json_schema_from_datamodel_yaml,
validate)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment