We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b69f03 commit d293b4bCopy full SHA for d293b4b
1 file changed
gavaconnect/http/transport.py
@@ -147,7 +147,9 @@ def build() -> httpx.Request:
147
try:
148
await req_hook(req)
149
except Exception as e:
150
- logger.debug("Request hook failed during retry: %s", e, exc_info=True)
+ logger.debug(
151
+ "Request hook failed during retry: %s", e, exc_info=True
152
+ )
153
pass
154
continue # retry now with refreshed auth
155
@@ -180,7 +182,9 @@ def build() -> httpx.Request:
180
182
181
183
184
185
186
187
188
189
continue
190
0 commit comments