Skip to content

Commit

Permalink
Merge branch 'main' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian authored Jan 28, 2025
2 parents d7b06dc + c019aba commit 772419f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemastore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def registry(**kwargs: Any) -> SchemaRegistry:
store = _Store(**kwargs)

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

return Registry(retrieve=retrieve)

Expand Down

0 comments on commit 772419f

Please sign in to comment.