stop pylint contradicting itself

This commit is contained in:
Hugh Rundle 2021-12-06 16:59:51 +11:00
parent 4ade580732
commit 6d894d71ec
No known key found for this signature in database
GPG key ID: CD23D6039184286B

View file

@ -15,9 +15,11 @@ from bookwyrm.status import create_generated_note
from bookwyrm.utils import regex
#pylint: disable=unnecessary-pass
class WebFingerError(Exception):
"""empty error class for problems finding user information with webfinger"""
pass
def get_user_from_username(viewer, username):
"""helper function to resolve a localname or a username to a user"""