Skip to content

Commit 76f19d4

Browse files
committed
chore: lint
1 parent d969083 commit 76f19d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/aws_lambda_powertools/logging/logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
from distutils.util import strtobool
66
from typing import Any, Callable, Dict
77

8-
from . import aws_lambda_logging
98
from ..helper.models import MetricUnit, build_lambda_context_model, build_metric_unit_from_str
9+
from . import aws_lambda_logging
1010

1111
logger = logging.getLogger(__name__)
1212
logger.setLevel(os.getenv("LOG_LEVEL", "INFO"))

python/tests/functional/test_aws_lambda_logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ class X:
112112

113113
log_dict = json.loads(stdout.getvalue())
114114

115-
assert log_dict["message"]["x"].startswith("<")
115+
assert log_dict["message"]["x"].startswith("<")

0 commit comments

Comments
 (0)