Skip to content

Commit 2f3bd68

Browse files
author
Michael Brewer
committed
chore: Code review changes
1 parent a232da7 commit 2f3bd68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda_powertools/metrics/metrics.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def do_something():
7272
"""
7373

7474
_metrics: Dict[str, Any] = {}
75-
_dimensions: Dict[str, Any] = {}
75+
_dimensions: Dict[str, str] = {}
7676
_metadata: Dict[str, Any] = {}
7777

7878
def __init__(self, service: str = None, namespace: str = None):

0 commit comments

Comments
 (0)