Skip to content

Commit ae1a112

Browse files
committed
chore: ignore type checking test coverage
1 parent afdfae3 commit ae1a112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda_powertools/logging/logger.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def __init__(
270270

271271
# Prevent __getattr__ from shielding unknown attribute errors in type checkers
272272
# https://github.com/aws-powertools/powertools-lambda-python/issues/1660
273-
if not TYPE_CHECKING:
273+
if not TYPE_CHECKING: # pragma: no cover
274274

275275
def __getattr__(self, name):
276276
# Proxy attributes not found to actual logger to support backward compatibility

0 commit comments

Comments
 (0)