Skip to content

Commit 5d237e9

Browse files
authored
Apply suggestion from @emdneto
1 parent ced7c1e commit 5d237e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

util/opentelemetry-util-genai/src/opentelemetry/util/genai/_upload/completion_hook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import posixpath
2121
import threading
2222
from collections import OrderedDict
23-
from concurrent.futures import ( # pylint: disable=no-name-in-module
23+
from concurrent.futures import ( # pylint: disable=no-name-in-module; TODO #4199
2424
Future,
2525
ThreadPoolExecutor,
2626
)

0 commit comments

Comments
 (0)