Skip to content

Commit a94d28c

Browse files
committed
fix rebase
1 parent b86ed29 commit a94d28c

File tree

1 file changed

+1
-1
lines changed
  • util/opentelemetry-util-http/src/opentelemetry/util/http

1 file changed

+1
-1
lines changed

util/opentelemetry-util-http/src/opentelemetry/util/http/httplib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
logger = logging.getLogger(__name__)
3939

40-
R = typing.TypeVar("R")
40+
R = TypeVar("R")
4141

4242

4343
class HttpClientInstrumentor(BaseInstrumentor):

0 commit comments

Comments
 (0)