Skip to content

Commit

Permalink
Correct the return type.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Apr 30, 2024
1 parent 1357a73 commit 1863d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion referencing/_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def pointer(self, pointer: str, resolver: Resolver[D]) -> Resolved[D]:
"""
if not pointer:
return self
return Resolved(contents=self.contents, resolver=resolver)

contents = self.contents
segments: list[int | str] = []
Expand Down

0 comments on commit 1863d4a

Please sign in to comment.