Skip to content

Commit

Permalink
Merge pull request #4 from octoenergy/fix/import-threading
Browse files Browse the repository at this point in the history
Import threading
  • Loading branch information
matt-fleming authored Jan 29, 2024
2 parents 56687e5 + 254083c commit ac5ebee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/databricks/sql/thrift_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
import logging
import math
import os
import threading
import uuid
import time
from decimal import Decimal

from ssl import CERT_NONE, CERT_REQUIRED, create_default_context
from typing import List, Union

import databricks.sql.auth.thrift_http_client
import lz4.frame
import pyarrow
import thrift.protocol.TBinaryProtocol
import thrift.transport.THttpClient
Expand Down

0 comments on commit ac5ebee

Please sign in to comment.