FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

remove excess ThreadPoolExcecutor import · Varun0157/databricks-sql-python@ec991fe · GitHub

Commit ec991fe

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎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)

Back | FazBrowse Home | New Git URL