Skip to content

Commit 04ae6c7

Browse files
committed
lint
1 parent ff44638 commit 04ae6c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

datadog_lambda/config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ def _reset(self):
149149
os.environ["DD_TRACE_COMPUTE_STATS"] = "false"
150150
else:
151151
logger.warning(
152-
"Detected DD_TRACE_COMPUTE_STATS and/or DD_TRACE_STATS_COMPUTATION_ENABLED. These envs should be disabled to avoid double counting Client Side Stats"
152+
"Detected DD_TRACE_COMPUTE_STATS and/or DD_TRACE_STATS_COMPUTATION_ENABLED. \
153+
These envs should be disabled to avoid double counting Client Side Stats"
153154
)
154155

155156
if (

0 commit comments

Comments
 (0)