Skip to content

Commit a0278fc

Browse files
committed
fix lint
Signed-off-by: Emídio Neto <9735060+emdneto@users.noreply.github.com>
1 parent c6817da commit a0278fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

instrumentation/opentelemetry-instrumentation-threading/tests/test_threading.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
import threading
16-
from concurrent.futures import ( # pylint: disable=no-name-in-module; TODO #4199
16+
from concurrent.futures import ( # pylint: disable=no-name-in-module; TODO #4199
1717
ThreadPoolExecutor,
1818
)
1919
from typing import List

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; TODO #4199
23+
from concurrent.futures import ( # pylint: disable=no-name-in-module; TODO #4199
2424
Future,
2525
ThreadPoolExecutor,
2626
)

0 commit comments

Comments
 (0)