From 21614d3291b12b7137c1da7b0e67dd82cd0b1aeb Mon Sep 17 00:00:00 2001 From: jonhealy1 Date: Fri, 10 Jan 2025 10:03:11 +0800 Subject: [PATCH] pre-commit --- stac_validator/utilities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stac_validator/utilities.py b/stac_validator/utilities.py index 2d6bb03..a6b24e6 100644 --- a/stac_validator/utilities.py +++ b/stac_validator/utilities.py @@ -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