Skip to content
Snippets Groups Projects
Unverified Commit 6467e034 authored by Georg Krause's avatar Georg Krause
Browse files

Fix linters

parent 366fb5f3
No related branches found
No related tags found
No related merge requests found
Pipeline #21829 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment