Skip to content

Commit 68c75ea

Browse files
author
Ran Isenberg
committed
fix pipeline for older python
1 parent b88c545 commit 68c75ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

aws_lambda_powertools/utilities/parser/models/custom_resource.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
from typing import Any, Dict, Literal, Type, Union
1+
from typing import Any, Dict, Type, Union
22

33
from pydantic import BaseModel, Field, HttpUrl
44

5+
from aws_lambda_powertools.utilities.parser.types import Literal
6+
57

68
class CustomResourceBaseModel(BaseModel):
79
request_type: str = Field(..., alias="RequestType")

0 commit comments

Comments
 (0)