Fix linters

This commit is contained in:
Georg Krause 2022-07-05 15:43:08 +02:00
commit 6467e0342f
No known key found for this signature in database
GPG key ID: 2970D504B2183D22

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