Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc1b6e25

Browse files
committed
fixed urllib3 issue
Signed-off-by: Nikhil Suri <nikhil.suri@databricks.com>
1 parenta602c39 commitc1b6e25

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎src/databricks/sql/telemetry/telemetry_push_client.py‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
fromtypingimportDict,Any,Optional
1212
fromcontextlibimportcontextmanager
1313

14-
fromurllib3importBaseHTTPResponse
14+
try:
15+
fromurllib3importBaseHTTPResponse
16+
exceptImportError:
17+
fromurllib3importHTTPResponseasBaseHTTPResponse
1518
frompybreakerimportCircuitBreakerError
1619

1720
fromdatabricks.sql.common.unified_http_clientimportUnifiedHttpClient

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp