We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afdfae3 commit ae1a112Copy full SHA for ae1a112
aws_lambda_powertools/logging/logger.py
@@ -270,7 +270,7 @@ def __init__(
270
271
# Prevent __getattr__ from shielding unknown attribute errors in type checkers
272
# https://github.com/aws-powertools/powertools-lambda-python/issues/1660
273
- if not TYPE_CHECKING:
+ if not TYPE_CHECKING: # pragma: no cover
274
275
def __getattr__(self, name):
276
# Proxy attributes not found to actual logger to support backward compatibility
0 commit comments