Skip to content

Commit baff3d5

Browse files
committed
Rerun black on thrift_backend.py
Signed-off-by: Jesse Whitehouse <[email protected]>
1 parent 1f87a38 commit baff3d5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/databricks/sql/thrift_backend.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,9 +320,7 @@ def attempt_request(attempt):
320320
]
321321

322322
# fmt: on
323-
log_string = (
324-
f"{gos_name} failed with code {err.errno} and will attempt to retry"
325-
)
323+
log_string = f"{gos_name} failed with code {err.errno} and will attempt to retry"
326324
if err.errno in info_errs:
327325
logger.info(log_string)
328326
else:

0 commit comments

Comments
 (0)