We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b4199 commit a4837d2Copy full SHA for a4837d2
aws_lambda_powertools/utilities/parameters/types.py
@@ -1,3 +1,3 @@
1
from typing import Literal
2
3
-TransformOptions = Literal["json", "binary", "auto"] | None
+TransformOptions = Literal["json", "binary", "auto", None] # noqa PYI061
0 commit comments