Skip to content

Commit ec991fe

Browse files
committed
remove excess ThreadPoolExcecutor import
1 parent de2f848 commit ec991fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/sql/telemetry/telemetry_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import time
33
import logging
44
import json
5-
from concurrent.futures import ThreadPoolExecutor, wait
5+
from concurrent.futures import wait
66
from queue import Queue, Full
77
from concurrent.futures import ThreadPoolExecutor
88
from concurrent.futures import Future

0 commit comments

Comments
 (0)