Skip to content

Commit 5cdb57e

Browse files
committed
remove unused import
1 parent 1fdd04d commit 5cdb57e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/event-handler/src/rest/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
isRegExp,
55
isString,
66
} from '@aws-lambda-powertools/commons/typeutils';
7-
import type { APIGatewayProxyEvent, APIGatewayProxyResult } from 'aws-lambda';
7+
import type { APIGatewayProxyEvent } from 'aws-lambda';
88
import type {
99
CompiledRoute,
1010
ExtendedAPIGatewayProxyResult,

0 commit comments

Comments
 (0)