Skip to content

Commit 503dac6

Browse files
committed
ruff format
1 parent b24db1b commit 503dac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/sources/streams/http/requests_native_auth/abstract_oauth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def _make_handled_request(self) -> Any:
233233
except ResponseKeysMaxRecurtionReached as e:
234234
# could not find the access token in the response, so do nothing
235235
pass
236-
236+
237237
self._log_response(response)
238238

239239
return response_json

0 commit comments

Comments
 (0)