Skip to content

Commit b373446

Browse files
authored
Apply suggestions from code review
1 parent f4573e3 commit b373446

File tree

1 file changed

+0
-2
lines changed
  • instrumentation/opentelemetry-instrumentation-httpx/src/opentelemetry/instrumentation/httpx

1 file changed

+0
-2
lines changed

instrumentation/opentelemetry-instrumentation-httpx/src/opentelemetry/instrumentation/httpx/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,6 @@ def instrument_client(
10041004
),
10051005
)
10061006
for transport in client._mounts.values():
1007-
# FIXME: check it's not wrapped already?
10081007
wrap_function_wrapper(
10091008
transport,
10101009
"handle_request",
@@ -1030,7 +1029,6 @@ def instrument_client(
10301029
),
10311030
)
10321031
for transport in client._mounts.values():
1033-
# FIXME: check it's not wrapped already?
10341032
wrap_function_wrapper(
10351033
transport,
10361034
"handle_async_request",

0 commit comments

Comments
 (0)