Skip to content

Commit

Permalink
Fixed Linting using black
Browse files Browse the repository at this point in the history
  • Loading branch information
jprakash-db committed Jul 8, 2024
1 parent b631231 commit 162ce18
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/databricks/sql/auth/retry.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,6 @@ def should_retry(self, method: str, status_code: int) -> Tuple[bool, str]:
if status_code == 200:
return False, "200 codes are not retried"



# Invalid Credentials error. Don't retry
if status_code == 401:
raise NonRecoverableNetworkError(
Expand Down

0 comments on commit 162ce18

Please sign in to comment.