From 12a27a5e9590bc5b464d7b31a4dc5aab95f8e966 Mon Sep 17 00:00:00 2001 From: Noah Canadea Date: Wed, 29 Nov 2023 14:07:05 +0000 Subject: [PATCH] fix(provider_handler): REmove indent. --- infrapatch/core/provider_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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