diff --git a/infrapatch/core/provider_handler.py b/infrapatch/core/provider_handler.py index e5bc39f..dcaea56 100644 --- a/infrapatch/core/provider_handler.py +++ b/infrapatch/core/provider_handler.py @@ -156,4 +156,4 @@ def set_resources_patched_based_on_existing_resources(self, original_resources: log.debug(f"Updating resource '{resource.name}' from provider {provider_name} with original resource.") found_resource = found_resources[0] found_resource.set_patched() - self._resource_cache[provider_name][i] = found_resource # type: ignore + self._resource_cache[provider_name][i] = found_resource # type: ignore