We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e364319 commit 165f78aCopy full SHA for 165f78a
1 file changed
datadog_lambda/patch.py
@@ -3,7 +3,6 @@
3
# This product includes software developed at Datadog (https://www.datadoghq.com/).
4
# Copyright 2019 Datadog, Inc.
5
6
-import json
7
import os
8
import sys
9
import logging
@@ -99,4 +98,3 @@ def _wrap_httplib_request(func, instance, args, kwargs):
99
98
print(request_string)
100
101
return func(*args, **kwargs)
102
-
0 commit comments