Skip to content

Commit 8c35ce7

Browse files
committed
chore(event-handler): Refactor name
1 parent 8af2072 commit 8c35ce7

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

aws_lambda_powertools/utilities/event_handler/__init__.py

Whitespace-only changes.

tests/functional/event_handler/test_api_gateway.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
import pytest
55

6+
from aws_lambda_powertools.event_handler.api_gateway import ApiGatewayResolver, ProxyEventType
67
from aws_lambda_powertools.utilities.data_classes import ALBEvent, APIGatewayProxyEvent, APIGatewayProxyEventV2
7-
from aws_lambda_powertools.utilities.event_handler.api_gateway import ApiGatewayResolver, ProxyEventType
88

99

1010
def load_event(file_name: str) -> dict:

0 commit comments

Comments
 (0)