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 b113f19 commit 6d2851bCopy full SHA for 6d2851b
referencing/_core.py
@@ -169,7 +169,8 @@ def _with_anchors(
169
return evolve(self, contents=self._contents.set(uri, (resource, new)))
170
171
def resource_at(
172
- self, uri: str
+ self,
173
+ uri: str,
174
) -> tuple[IdentifiedResource, PMap[str, AnchorType], Registry]:
175
at_uri = self._contents.get(uri)
176
if at_uri is None or uri in self._uncrawled:
0 commit comments