Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Whitehouse <[email protected]>
  • Loading branch information
Jesse Whitehouse committed Aug 15, 2023
1 parent c2646d8 commit 106631d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/databricks/sql/auth/retry.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from urllib3 import BaseHTTPResponse # type: ignore
except ImportError:
# If urllib3~=1.0 is installed
from urllib3 import HTTPResponse as BaseHTTPResponse
from urllib3 import HTTPResponse as BaseHTTPResponse
from urllib3 import Retry
from urllib3.util.retry import RequestHistory

Expand Down

0 comments on commit 106631d

Please sign in to comment.