Skip to content

Commit a4837d2

Browse files
fix ruff error
1 parent 97b4199 commit a4837d2

File tree

1 file changed

+1
-1
lines changed
  • aws_lambda_powertools/utilities/parameters

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from typing import Literal
22

3-
TransformOptions = Literal["json", "binary", "auto"] | None
3+
TransformOptions = Literal["json", "binary", "auto", None] # noqa PYI061

0 commit comments

Comments
 (0)