Skip to content

Commit c019aba

Browse files
committed
Remove whatever is fixed in pyright upstream.
1 parent f5b4e99 commit c019aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemastore/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def registry(**kwargs: Any) -> SchemaRegistry:
5050
store = _Store(**kwargs)
5151

5252
def retrieve(uri: str) -> SchemaResource:
53-
return Resource.from_contents(store.get_schema(uri)) # type: ignore[reportUnknownMemberType, reportUnknownVariableType]
53+
return Resource.from_contents(store.get_schema(uri))
5454

5555
return Registry(retrieve=retrieve)
5656

0 commit comments

Comments
 (0)