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 c693db2 commit b66b330Copy full SHA for b66b330
referencing/_core.py
@@ -374,9 +374,6 @@ def resolver(self, base_uri: URI = "") -> Resolver[D]:
374
def resolver_with_root(self, resource: Resource[D]) -> Resolver[D]:
375
"""
376
Return a `Resolver` with a specific root resource.
377
-
378
- The resource must have an internal identifier (e.g. for a JSON Schema
379
- resource in recent versions, an ``$id`` keyword).
380
381
uri = resource.id() or ""
382
return Resolver(
0 commit comments