Skip to content

Commit 772419f

Browse files
authored
Merge branch 'main' into pre-commit-ci-update-config
2 parents d7b06dc + c019aba commit 772419f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemastore/__init__.py

Lines changed: 1 addition & 1 deletion
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)