From 162ce1874f741747ca8bea4e64ec5032da1605ed Mon Sep 17 00:00:00 2001 From: Jothi Prakash Date: Mon, 8 Jul 2024 22:01:25 +0530 Subject: [PATCH] Fixed Linting using black --- src/databricks/sql/auth/retry.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/databricks/sql/auth/retry.py b/src/databricks/sql/auth/retry.py index 3c4125fd..ae006dea 100755 --- a/src/databricks/sql/auth/retry.py +++ b/src/databricks/sql/auth/retry.py @@ -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(