Skip to content

Commit 74b11be

Browse files
committed
Reformatting to please black
1 parent a1fd22a commit 74b11be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

requests_oauthlib/oauth2_session.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,9 @@ def fetch_token(
356356

357357
for hook in self.compliance_hook["access_token_request"]:
358358
log.debug("Invoking access_token_request hook %s.", hook)
359-
token_url, headers, request_kwargs = hook(token_url, headers, request_kwargs)
359+
token_url, headers, request_kwargs = hook(
360+
token_url, headers, request_kwargs
361+
)
360362

361363
r = self.request(
362364
method=method,

0 commit comments

Comments
 (0)