Skip to content

Commit 6d2851b

Browse files
committed
Style
1 parent b113f19 commit 6d2851b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

referencing/_core.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@ def _with_anchors(
169169
return evolve(self, contents=self._contents.set(uri, (resource, new)))
170170

171171
def resource_at(
172-
self, uri: str
172+
self,
173+
uri: str,
173174
) -> tuple[IdentifiedResource, PMap[str, AnchorType], Registry]:
174175
at_uri = self._contents.get(uri)
175176
if at_uri is None or uri in self._uncrawled:

0 commit comments

Comments
 (0)