lint w black
This commit is contained in:
parent
8b96a264c5
commit
59e04d3722
@ -288,7 +288,7 @@ class StepwiseMathWPOAuth2(BaseOAuth2):
|
|||||||
logger.info(
|
logger.info(
|
||||||
"get_user_details() - returning {t}: {response}".format(
|
"get_user_details() - returning {t}: {response}".format(
|
||||||
t=self.get_response_type(response),
|
t=self.get_response_type(response),
|
||||||
response=json.dumps(response, sort_keys=True, indent=4)
|
response=json.dumps(response, sort_keys=True, indent=4),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
return response
|
return response
|
||||||
@ -301,7 +301,7 @@ class StepwiseMathWPOAuth2(BaseOAuth2):
|
|||||||
"get_user_details() - response object of {t} is not a valid wp-oauth object: {response}. Cannot continue. returning: {retval}".format(
|
"get_user_details() - response object of {t} is not a valid wp-oauth object: {response}. Cannot continue. returning: {retval}".format(
|
||||||
t=self.get_response_type(response),
|
t=self.get_response_type(response),
|
||||||
response=json.dumps(response, sort_keys=True, indent=4),
|
response=json.dumps(response, sort_keys=True, indent=4),
|
||||||
retval=self.user_details
|
retval=self.user_details,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
return self.user_details
|
return self.user_details
|
||||||
|
Loading…
Reference in New Issue
Block a user