Skip to content

Commit 5438845

Browse files
committed
chore: mypy constant type
1 parent 86ed750 commit 5438845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda_powertools/shared/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
# JSON constants
6363
PRETTY_INDENT: int = 4
64-
COMPACT_INDENT = None
64+
COMPACT_INDENT: None = None
6565

6666
# Idempotency constants
6767
IDEMPOTENCY_DISABLED_ENV: str = "POWERTOOLS_IDEMPOTENCY_DISABLED"

0 commit comments

Comments
 (0)