Skip to content

Commit 6012b68

Browse files
committed
add future
1 parent aa712ef commit 6012b68

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ def response_hook(span, request_obj, response)
7272
---
7373
"""
7474

75+
from __future__ import annotations
76+
7577
import functools
7678
import types
7779
from timeit import default_timer

0 commit comments

Comments
 (0)