Skip to content

Commit e6e573c

Browse files
committed
Added extra space
1 parent ea686c7 commit e6e573c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/databricks/sql/auth/retry.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ def should_retry(self, method: str, status_code: int) -> Tuple[bool, str]:
343343
Returns True if the request should be retried. Returns False or raises an exception
344344
if a retry would violate the configured policy.
345345
"""
346+
346347
# Request succeeded. Don't retry.
347348
if status_code == 200:
348349
return False, "200 codes are not retried"

0 commit comments

Comments
 (0)