Skip to content

Commit dd2af5f

Browse files
committed
Black formatting.
1 parent 3424e3d commit dd2af5f

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/sumo/wrapper/_retry_strategy.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@ def _log_retry_info(retry_state):
1919
def _is_retryable_exception(exception):
2020
return isinstance(
2121
exception,
22-
(httpx.TimeoutException, httpx.NetworkError,
23-
httpx.ProtocolError, httpx.ProxyError),
22+
(
23+
httpx.TimeoutException,
24+
httpx.NetworkError,
25+
httpx.ProtocolError,
26+
httpx.ProxyError,
27+
),
2428
)
2529

2630

0 commit comments

Comments
 (0)