Skip to content

Commit 50472c9

Browse files
authored
Fixing Black formatting
1 parent 584c959 commit 50472c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requests_oauthlib/oauth2_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ def fetch_token(
353353
request_kwargs["params"] = dict(urldecode(body))
354354
else:
355355
raise ValueError("The method kwarg must be POST or GET.")
356-
356+
357357
for hook in self.compliance_hook["access_token_request"]:
358358
log.debug("Invoking access_token_request hook %s.", hook)
359359
token_url, headers, request_kwargs = hook(

0 commit comments

Comments
 (0)