Skip to content

Commit 7395063

Browse files
authored
Update __init__.py
1 parent e16f765 commit 7395063

File tree

1 file changed

+1
-0
lines changed
  • instrumentation/opentelemetry-instrumentation-flask/src/opentelemetry/instrumentation/flask

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ def response_hook(span: Span, status: str, response_headers: List):
238238
API
239239
---
240240
"""
241+
241242
from logging import getLogger
242243
from time import time_ns
243244
from timeit import default_timer

0 commit comments

Comments
 (0)