Skip to content

Commit

Permalink
chore: cleanup, add test for single and nested
Browse files Browse the repository at this point in the history
Signed-off-by: heitorlessa <lessa@amazon.co.uk>
  • Loading branch information
heitorlessa committed Jul 26, 2023
1 parent e1f877d commit 5abdcc6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion aws_lambda_powertools/utilities/parameters/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

from aws_lambda_powertools.shared import constants, user_agent
from aws_lambda_powertools.shared.functions import resolve_max_age
from aws_lambda_powertools.utilities.parameters.types import RecursiveOptions, TransformOptions
from aws_lambda_powertools.utilities.parameters.types import TransformOptions

from .exceptions import GetParameterError, TransformParameterError

Expand Down
1 change: 0 additions & 1 deletion aws_lambda_powertools/utilities/parameters/types.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from typing_extensions import Literal

TransformOptions = Literal["json", "binary", "auto", None]
RecursiveOptions = Literal[True, False]

0 comments on commit 5abdcc6

Please sign in to comment.