Skip to content

Commit 162ce18

Browse files
committed
Fixed Linting using black
1 parent b631231 commit 162ce18

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/databricks/sql/auth/retry.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,6 @@ def should_retry(self, method: str, status_code: int) -> Tuple[bool, str]:
342342
if status_code == 200:
343343
return False, "200 codes are not retried"
344344

345-
346-
347345
# Invalid Credentials error. Don't retry
348346
if status_code == 401:
349347
raise NonRecoverableNetworkError(

0 commit comments

Comments
 (0)