Skip to content
Snippets Groups Projects
Commit 45610305 authored by Daniel Wagner-Hall's avatar Daniel Wagner-Hall
Browse files

Add missing space because linter

parent 88e03da3
No related branches found
No related tags found
No related merge requests found
......@@ -357,7 +357,7 @@ class Auth(object):
)
return
except KeyError:
pass # normal users won't have the user_id query parameter set.
pass # normal users won't have the user_id query parameter set.
user_info = yield self.get_user_by_token(access_token)
user = user_info["user"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment