Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 5e0ea6f

Browse files
committed
try to fix resource provider
1 parent a740694 commit 5e0ea6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

localstack-core/localstack/services/cloudformation/resource_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ class NoResourceProvider(Exception):
401401
pass
402402

403403

404-
def resolve_json_pointer(resource_props: Properties, primary_id_path: str) -> str: # noqa: UP047
404+
def resolve_json_pointer[Properties](resource_props: Properties, primary_id_path: str) -> str:
405405
primary_id_path = primary_id_path.replace("/properties", "")
406406
parts = [p for p in primary_id_path.split("/") if p]
407407

0 commit comments

Comments
 (0)