We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95cacfa commit ed6a2d9Copy full SHA for ed6a2d9
python/aws_lambda_powertools/logging/logger.py
@@ -6,7 +6,6 @@
6
from typing import Any, Callable, Dict
7
8
from . import aws_lambda_logging
9
-
10
from ..helper.models import MetricUnit, build_lambda_context_model, build_metric_unit_from_str
11
12
logger = logging.getLogger(__name__)
0 commit comments