From 3f8477941c2712c8d315072f1dc4696dd10b4de3 Mon Sep 17 00:00:00 2001 From: Guillaume Charest <1690085+gcharest@users.noreply.github.com> Date: Thu, 3 Oct 2024 18:45:58 +0000 Subject: [PATCH] fix: lint --- app/tests/integrations/aws/test_lambas.py | 2 +- app/tests/modules/aws/test_aws_lambdas.py | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/app/tests/integrations/aws/test_lambas.py b/app/tests/integrations/aws/test_lambas.py index 5d286123..2659fbd3 100644 --- a/app/tests/integrations/aws/test_lambas.py +++ b/app/tests/integrations/aws/test_lambas.py @@ -1,4 +1,4 @@ -from unittest.mock import patch, MagicMock +from unittest.mock import patch from integrations.aws.lambdas import list_functions, list_layers, get_layer_version diff --git a/app/tests/modules/aws/test_aws_lambdas.py b/app/tests/modules/aws/test_aws_lambdas.py index 3256e697..c33bba33 100644 --- a/app/tests/modules/aws/test_aws_lambdas.py +++ b/app/tests/modules/aws/test_aws_lambdas.py @@ -1,7 +1,4 @@ from unittest.mock import patch, MagicMock -from slack_sdk.web import WebClient -from slack_bolt import Respond -from integrations.aws import lambdas as aws_lambdas from modules.aws import lambdas