Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhealy1 committed Jan 10, 2025
1 parent 9bd14e0 commit 21614d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stac_validator/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def validate_with_ref_resolver(schema_path: str, content: dict) -> None:

# Set up the resource and registry for schema resolution
resource: Resource = Resource(contents=schema, specification=DRAFT202012) # type: ignore
registry: Registry = Registry(retrieve=cached_retrieve).with_resource( # type: ignore
registry: Registry = Registry(retrieve=cached_retrieve).with_resource( # type: ignore
uri=schema_path, resource=resource
) # type: ignore

Expand Down

0 comments on commit 21614d3

Please sign in to comment.