Skip to content

Commit 3720ef2

Browse files
authored
#372: fix relative import path (#373)
1 parent 6527a9b commit 3720ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_schema_validator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
import brotli
1414

15-
from .utils.schema_validator_helper import check_and_get_schema_validator
15+
from tests.utils.schema_validator_helper import check_and_get_schema_validator
1616
check_and_get_schema_validator()
1717

1818
from src.lbaf.imported.JSON_data_files_validator import SchemaValidator

0 commit comments

Comments
 (0)