Skip to content

Commit c6d1a96

Browse files
committed
fixed lint
1 parent fdd557d commit c6d1a96

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • packages/google-cloud-bigquery/google/cloud/bigquery

packages/google-cloud-bigquery/google/cloud/bigquery/retry.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@
4343
# Exceptions that are subclasses of types in _UNSTRUCTURED_RETRYABLE_TYPES
4444
# but should not be retried because they typically indicate persistent
4545
# configuration or security issues.
46-
_UNSTRUCTURED_NON_RETRYABLE_TYPES = (
47-
requests.exceptions.SSLError,
48-
)
46+
_UNSTRUCTURED_NON_RETRYABLE_TYPES = (requests.exceptions.SSLError,)
4947

5048
# Ambiguous errors (e.g. internalError, backendError, rateLimitExceeded) retry
5149
# until the full `_DEFAULT_RETRY_DEADLINE`. This is because the

0 commit comments

Comments
 (0)