From df5df00d7bd4eab736f87f2e89f18729a81fc5b1 Mon Sep 17 00:00:00 2001 From: James Bourbeau Date: Mon, 26 Feb 2024 13:32:06 -0600 Subject: [PATCH] Ignore stdlib threading module in code collection (#8532) --- distributed/distributed.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/distributed/distributed.yaml b/distributed/distributed.yaml index c36d0a21ea..c7cf8ac69e 100644 --- a/distributed/distributed.yaml +++ b/distributed/distributed.yaml @@ -272,6 +272,7 @@ distributed: ignore-modules: - asyncio - functools + - threading - datashader - dask - debugpy