Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
notdodo committed Sep 21, 2024
1 parent 7267c26 commit e258bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulumi/__main__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""An AWS Python Pulumi program"""

import pulumi
from pulumi_aws import (
apigatewayv2,
cloudwatch,
Expand All @@ -11,7 +12,6 @@
secretsmanager,
)

import pulumi
from lambda_utils import create_lambda_layer, create_lambda_zip
from telegram_provider import Webhook

Expand Down

0 comments on commit e258bb2

Please sign in to comment.