We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a631472 commit 44ef2beCopy full SHA for 44ef2be
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