Skip to content

Commit d7f370b

Browse files
committed
future annotations for fastapi
1 parent f7790ae commit d7f370b

File tree

1 file changed

+3
-0
lines changed
  • instrumentation/opentelemetry-instrumentation-fastapi/src/opentelemetry/instrumentation/fastapi

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@ def client_response_hook(span: Span, message: dict):
175175
API
176176
---
177177
"""
178+
179+
from __future__ import annotations
180+
178181
import logging
179182
import typing
180183
from typing import Collection

0 commit comments

Comments
 (0)