[lint] Fix indentation in .py files.

This commit is contained in:
Fabien Basmaison
2021-03-04 19:06:12 +01:00
parent 4a8d9bee73
commit 1266a740e5
5 changed files with 12 additions and 8 deletions

View File

@ -10,7 +10,7 @@ class ActivitypubResponse(JsonResponse):
JsonResponse.
"""
def __init__(self, data, encoder=ActivityEncoder, safe=False,
json_dumps_params=None, **kwargs):
json_dumps_params=None, **kwargs):
if 'content_type' not in kwargs:
kwargs['content_type'] = 'application/activity+json'