We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f87a38 commit baff3d5Copy full SHA for baff3d5
1 file changed
src/databricks/sql/thrift_backend.py
@@ -320,9 +320,7 @@ def attempt_request(attempt):
320
]
321
322
# fmt: on
323
- log_string = (
324
- f"{gos_name} failed with code {err.errno} and will attempt to retry"
325
- )
+ log_string = f"{gos_name} failed with code {err.errno} and will attempt to retry"
326
if err.errno in info_errs:
327
logger.info(log_string)
328
else:
0 commit comments