Skip to content

Commit bb47c92

Browse files
committed
Reformatted
1 parent 288f09c commit bb47c92

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/unit/test_retry.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
from os import error
21
import time
3-
from unittest.mock import Mock, patch, call
2+
from unittest.mock import patch, call
43
import pytest
5-
from requests import Request
64
from urllib3 import HTTPResponse
75
from databricks.sql.auth.retry import DatabricksRetryPolicy, RequestHistory, CommandType
8-
from databricks.sql.exc import MaxRetryDurationError
96
from urllib3.exceptions import MaxRetryError
107

118
class TestRetry:

0 commit comments

Comments
 (0)