From 02c9c6f2f1d2ccd5d55514f74cdb42ac86ba9daf Mon Sep 17 00:00:00 2001 From: mkarmah Date: Thu, 21 Nov 2024 13:47:13 +0000 Subject: [PATCH] lint --- integrations/aws/utils/resources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/aws/utils/resources.py b/integrations/aws/utils/resources.py index 39e2ccaaf9..dc7775e1bf 100644 --- a/integrations/aws/utils/resources.py +++ b/integrations/aws/utils/resources.py @@ -261,5 +261,5 @@ async def resync_cloudcontrol( ) else: logger.error(f"Error resyncing {kind} in region {region}, {e}") - + raise e