lint
This commit is contained in:
parent
6d894d71ec
commit
c3f24316a0
|
@ -21,6 +21,7 @@ class WebFingerError(Exception):
|
|||
|
||||
pass
|
||||
|
||||
|
||||
def get_user_from_username(viewer, username):
|
||||
"""helper function to resolve a localname or a username to a user"""
|
||||
if viewer.is_authenticated and viewer.localname == username:
|
||||
|
|
Loading…
Reference in New Issue