We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d6f8e commit 5ee2c8cCopy full SHA for 5ee2c8c
datadog_lambda/__init__.py
@@ -1,3 +1,4 @@
1
+import os
2
import sys
3
4
@@ -8,8 +9,7 @@
8
9
path = sys.path[i]
10
sys.path.append(f"{path}/pip/_vendor")
11
-from datadog_lambda.cold_start import initialize_cold_start_tracing
12
-import os
+from datadog_lambda.cold_start import initialize_cold_start_tracing # noqa: E402
13
14
15
if os.environ.get("DD_INSTRUMENTATION_TELEMETRY_ENABLED") is None:
0 commit comments