Skip to content

Commit b770373

Browse files
committed
Update to schema 0.10.0+
1 parent 580974b commit b770373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bids_validator/context.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from .context_generator import get_schema, load_schema_into_namespace
44

55
schema = get_schema()
6-
load_schema_into_namespace(schema['meta']['context']['context'], globals(), 'Context')
6+
load_schema_into_namespace(schema['meta']['context'], globals(), 'Context')
77

88

99
__all__ = [ # noqa: F822

0 commit comments

Comments
 (0)