pylint called my code useless how rude
This commit is contained in:
parent
c817ea0ff9
commit
4ade580732
1 changed files with 1 additions and 4 deletions
|
@ -16,10 +16,7 @@ from bookwyrm.utils import regex
|
||||||
|
|
||||||
|
|
||||||
class WebFingerError(Exception):
|
class WebFingerError(Exception):
|
||||||
"""error class for problems finding user information with webfinger"""
|
"""empty error class for problems finding user information with webfinger"""
|
||||||
|
|
||||||
def __init__(self, message):
|
|
||||||
super().__init__(message)
|
|
||||||
|
|
||||||
|
|
||||||
def get_user_from_username(viewer, username):
|
def get_user_from_username(viewer, username):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue