Skip to content

Commit 9ecf99b

Browse files
author
Emanuele Palazzetti
committed
[requests] move to the new ddtrace.utils package
1 parent c74bc4c commit 9ecf99b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ddtrace/contrib/requests/patch.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
from wrapt import wrap_function_wrapper as _w
44

55
from ddtrace import config
6-
from ddtrace.pin import Pin
76

8-
from ...util import asbool, get_env, unwrap as _u
7+
from ...pin import Pin
8+
from ...utils.formats import asbool, get_env
9+
from ...utils.wrappers import unwrap as _u
910
from .legacy import _distributed_tracing, _distributed_tracing_setter
1011
from .constants import DEFAULT_SERVICE
1112
from .connection import _wrap_request

0 commit comments

Comments
 (0)