Make it black

This commit is contained in:
Joel Bradshaw
2022-01-09 23:53:23 -08:00
parent 085dd24a62
commit 5cf1d8a30a
2 changed files with 16 additions and 15 deletions

View File

@ -19,6 +19,7 @@ from bookwyrm.utils import regex
logger = logging.getLogger(__name__)
@method_decorator(csrf_exempt, name="dispatch")
# pylint: disable=no-self-use
class Inbox(View):