Skip to content

Commit

Permalink
Reformatted
Browse files Browse the repository at this point in the history
  • Loading branch information
jprakash-db committed Nov 19, 2024
1 parent 288f09c commit bb47c92
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/unit/test_retry.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
from os import error
import time
from unittest.mock import Mock, patch, call
from unittest.mock import patch, call
import pytest
from requests import Request
from urllib3 import HTTPResponse
from databricks.sql.auth.retry import DatabricksRetryPolicy, RequestHistory, CommandType
from databricks.sql.exc import MaxRetryDurationError
from urllib3.exceptions import MaxRetryError

class TestRetry:
Expand Down

0 comments on commit bb47c92

Please sign in to comment.