Skip to content

Commit a6c8f62

Browse files
committed
pyright noise
This seems somehow caused by astral-sh/ruff#8756, which is marked closed. Here comes a rabbit hole to find out why this cropped up now.
1 parent 11ff810 commit a6c8f62

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

referencing/typing.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def __call__(self, uri: URI) -> Resource[D]:
3838
Raise `referencing.exceptions.NoSuchResource` if you wish to indicate
3939
the retriever cannot lookup the given URI.
4040
"""
41+
...
4142

4243

4344
class Anchor(Protocol[D]):
@@ -53,8 +54,10 @@ def name(self) -> str:
5354
"""
5455
Return the name of this anchor.
5556
"""
57+
...
5658

5759
def resolve(self, resolver: Resolver[D]) -> Resolved[D]:
5860
"""
5961
Return the resource for this anchor.
6062
"""
63+
...

0 commit comments

Comments
 (0)