Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharest authored Oct 3, 2024
1 parent ab33fd7 commit 3f84779
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion app/tests/integrations/aws/test_lambas.py
Original file line number Diff line number Diff line change
@@ -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


Expand Down
3 changes: 0 additions & 3 deletions app/tests/modules/aws/test_aws_lambdas.py
Original file line number Diff line number Diff line change
@@ -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


Expand Down

0 comments on commit 3f84779

Please sign in to comment.