We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4570e2 commit ced7c1eCopy full SHA for ced7c1e
1 file 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
+from concurrent.futures import ( # pylint: disable=no-name-in-module; TODO #4199
17
ThreadPoolExecutor,
18
)
19
from typing import List
0 commit comments