Skip to content

Commit b66b330

Browse files
committed
This isn't true in the end.
1 parent c693db2 commit b66b330

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

referencing/_core.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,6 @@ def resolver(self, base_uri: URI = "") -> Resolver[D]:
374374
def resolver_with_root(self, resource: Resource[D]) -> Resolver[D]:
375375
"""
376376
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).
380377
"""
381378
uri = resource.id() or ""
382379
return Resolver(

0 commit comments

Comments
 (0)