Skip to content

Commit 5ee2c8c

Browse files
committed
Ignore linting issue.
1 parent 69d6f8e commit 5ee2c8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datadog_lambda/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import os
12
import sys
23

34

@@ -8,8 +9,7 @@
89
path = sys.path[i]
910
sys.path.append(f"{path}/pip/_vendor")
1011

11-
from datadog_lambda.cold_start import initialize_cold_start_tracing
12-
import os
12+
from datadog_lambda.cold_start import initialize_cold_start_tracing # noqa: E402
1313

1414

1515
if os.environ.get("DD_INSTRUMENTATION_TELEMETRY_ENABLED") is None:

0 commit comments

Comments
 (0)