Skip to content

Commit 79089a2

Browse files
committed
add future
1 parent 6376b02 commit 79089a2

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ def failed_hook(span, event):
7575
7676
"""
7777

78+
from __future__ import annotations
79+
7880
from logging import getLogger
7981
from typing import Any, Callable, Collection, TypeVar
8082

0 commit comments

Comments
 (0)