From 861768f7e843f7a4419966fddb50af52f96704fb Mon Sep 17 00:00:00 2001 From: Guillaume Charest <1690085+gcharest@users.noreply.github.com> Date: Fri, 26 Jul 2024 18:53:50 +0000 Subject: [PATCH] chore: fix lint --- app/tests/modules/aws/test_aws_users.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/tests/modules/aws/test_aws_users.py b/app/tests/modules/aws/test_aws_users.py index 07b62123..f24a569e 100644 --- a/app/tests/modules/aws/test_aws_users.py +++ b/app/tests/modules/aws/test_aws_users.py @@ -1,4 +1,4 @@ -from unittest.mock import patch, MagicMock, call +from unittest.mock import patch, MagicMock from modules.aws import users