Skip to content

Commit 1eba236

Browse files
author
Ran Isenberg
committed
fix literal import
1 parent efd429c commit 1eba236

File tree

1 file changed

+3
-1
lines changed
  • aws_lambda_powertools/utilities/parser/models

1 file changed

+3
-1
lines changed

aws_lambda_powertools/utilities/parser/models/apigw.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
from datetime import datetime
2-
from typing import Any, Dict, List, Literal, Optional
2+
from typing import Any, Dict, List, Optional
33

44
from pydantic import BaseModel, root_validator
55
from pydantic.networks import IPvAnyNetwork
66

7+
from ..types import Literal
8+
79

810
class ApiGatewayUserCertValidity(BaseModel):
911
notBefore: str

0 commit comments

Comments
 (0)