root: add lgtm

This commit is contained in:
Jens Langhammer
2020-06-15 11:56:20 +02:00
parent 9df1e7900d
commit 6f0e292c43
3 changed files with 7 additions and 9 deletions

View File

@ -94,8 +94,6 @@ class OAuthClient(BaseOAuthClient):
"oauth_callback": callback,
"token": raw_token,
}
callback = request.build_absolute_uri(callback or request.path)
callback = force_text(callback)
try:
response = self.session.request(
"post",