Skip to content

Commit a584da3

Browse files
committed
fix: fixed BaseSchemaLoader import path
1 parent 8aff67a commit a584da3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

discovery/utils/adapters.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626

2727
import logging
2828

29-
from biothings_schema import Schema as SchemaParser, BaseSchemaLoader
29+
from biothings_schema import Schema as SchemaParser
30+
from biothings_schema.dataload import BaseSchemaLoader
3031

3132

3233
from discovery.registry import schemas

0 commit comments

Comments
 (0)