Fix linters

This commit is contained in:
Georg Krause 2022-07-05 15:43:08 +02:00
parent 366fb5f30f
commit 6467e0342f
No known key found for this signature in database
GPG Key ID: 2970D504B2183D22
1 changed files with 1 additions and 5 deletions

View File

@ -67,11 +67,7 @@ def slugify_username(username):
def retrieve_ap_object(
fid,
actor,
serializer_class=None,
queryset=None,
apply_instance_policies=True,
fid, actor, serializer_class=None, queryset=None, apply_instance_policies=True,
):
# we have a duplicate check here because it's less expensive to do those checks
# twice than to trigger a HTTP request