We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 288f09c commit bb47c92Copy full SHA for bb47c92
tests/unit/test_retry.py
@@ -1,11 +1,8 @@
1
-from os import error
2
import time
3
-from unittest.mock import Mock, patch, call
+from unittest.mock import patch, call
4
import pytest
5
-from requests import Request
6
from urllib3 import HTTPResponse
7
from databricks.sql.auth.retry import DatabricksRetryPolicy, RequestHistory, CommandType
8
-from databricks.sql.exc import MaxRetryDurationError
9
from urllib3.exceptions import MaxRetryError
10
11
class TestRetry:
0 commit comments