We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 580974b commit b770373Copy full SHA for b770373
src/bids_validator/context.py
@@ -3,7 +3,7 @@
3
from .context_generator import get_schema, load_schema_into_namespace
4
5
schema = get_schema()
6
-load_schema_into_namespace(schema['meta']['context']['context'], globals(), 'Context')
+load_schema_into_namespace(schema['meta']['context'], globals(), 'Context')
7
8
9
__all__ = [ # noqa: F822
0 commit comments