Skip to content

Commit

Permalink
fixed spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Jan 11, 2024
1 parent 0aace5f commit ef82706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/bigtable/data/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def _retry_exception_factory(
timeout_val_str = f"of {timeout_val:0.1f}s " if timeout_val is not None else ""
# if failed due to timeout, raise deadline exceeded as primary exception
source_exc: Exception = OperationTimeoutError(
f"operation_timeout{timeout_val_str} exceeded",
f"operation_timeout {timeout_val_str}exceeded",
cause=cause_exc,
)
elif exc_list:
Expand Down

0 comments on commit ef82706

Please sign in to comment.