Skip to content

Commit 165f78a

Browse files
committed
Fix formatting
1 parent e364319 commit 165f78a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

datadog_lambda/patch.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# This product includes software developed at Datadog (https://www.datadoghq.com/).
44
# Copyright 2019 Datadog, Inc.
55

6-
import json
76
import os
87
import sys
98
import logging
@@ -99,4 +98,3 @@ def _wrap_httplib_request(func, instance, args, kwargs):
9998
print(request_string)
10099

101100
return func(*args, **kwargs)
102-

0 commit comments

Comments
 (0)