Skip to content

Commit 0ee7308

Browse files
Merging from develop
1 parent 0fde368 commit 0ee7308

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

aws_lambda_powertools/event_handler/openapi/dependant.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
import inspect
44
import re
5-
from typing import TYPE_CHECKING, Any, ForwardRef, cast, get_type_hints
6-
7-
from typing_extensions import Annotated, get_args, get_origin
5+
from typing import TYPE_CHECKING, Annotated, Any, ForwardRef, cast, get_args, get_origin, get_type_hints
86

97
from aws_lambda_powertools.event_handler.openapi.compat import (
108
ModelField,

0 commit comments

Comments
 (0)