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 dd6f67f commit 97d5f96Copy full SHA for 97d5f96
aws_lambda_powertools/utilities/feature_flags/appconfig.py
@@ -44,7 +44,7 @@ def __init__(
44
jmespath_options : Optional[Dict]
45
Alternative JMESPath options to be included when filtering expr
46
logger: A logging object
47
- Used to log messages. If None is supplied, one will be created.
+ Used to log messages. If None is supplied, one will be created.
48
"""
49
super().__init__()
50
if logger == None:
0 commit comments