We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8509de0 commit 2c297e5Copy full SHA for 2c297e5
schema_salad/ref_resolver.py
@@ -156,7 +156,7 @@ def __init__(
156
doc_cache: Union[str, bool] = True,
157
salad_version: Optional[str] = None,
158
) -> None:
159
- self.idx: Final[IdxType] = NormDict(_url_norm) if idx is None else idx
+ self.idx: IdxType = NormDict(_url_norm) if idx is None else idx
160
161
self.ctx: Final[ContextType] = {}
162
self.graph = schemagraph if schemagraph is not None else Graph()
0 commit comments