Skip to content

Commit 82787c0

Browse files
committed
linted
1 parent c73602a commit 82787c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/databricks/sql/auth/retry.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,9 @@ def should_retry(self, method: str, status_code: int) -> Tuple[bool, str]:
405405
"Failed requests are retried by default per configured DatabricksRetryPolicy",
406406
)
407407

408-
def is_retry(self, method: str, status_code: int, has_retry_after: bool = False) -> bool:
408+
def is_retry(
409+
self, method: str, status_code: int, has_retry_after: bool = False
410+
) -> bool:
409411
"""
410412
Called by urllib3 when determining whether or not to retry
411413

0 commit comments

Comments
 (0)