We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6817da commit a0278fcCopy full SHA for a0278fc
2 files changed
instrumentation/opentelemetry-instrumentation-threading/tests/test_threading.py
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
import threading
16
-from concurrent.futures import ( # pylint: disable=no-name-in-module; TODO #4199
+from concurrent.futures import ( # pylint: disable=no-name-in-module; TODO #4199
17
ThreadPoolExecutor,
18
)
19
from typing import List
util/opentelemetry-util-genai/src/opentelemetry/util/genai/_upload/completion_hook.py
@@ -20,7 +20,7 @@
20
import posixpath
21
22
from collections import OrderedDict
23
24
Future,
25
26
0 commit comments