Skip to content

Commit ced7c1e

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

1 file changed

Lines changed: 1 addition & 1 deletion

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
16+
from concurrent.futures import ( # pylint: disable=no-name-in-module; TODO #4199
1717
ThreadPoolExecutor,
1818
)
1919
from typing import List

0 commit comments

Comments
 (0)