New version of black, new whitespace
This commit is contained in:
parent
ef83eb33b0
commit
3ade2d3bb1
152 changed files with 1289 additions and 1289 deletions
|
@ -9,10 +9,10 @@ from .helpers import is_bookwyrm_request
|
|||
|
||||
# pylint: disable= no-self-use
|
||||
class Outbox(View):
|
||||
""" outbox """
|
||||
"""outbox"""
|
||||
|
||||
def get(self, request, username):
|
||||
""" outbox for the requested user """
|
||||
"""outbox for the requested user"""
|
||||
user = get_object_or_404(models.User, localname=username)
|
||||
filter_type = request.GET.get("type")
|
||||
if filter_type not in models.status_models:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue