Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
MizukiTemma committed Sep 16, 2024
1 parent 78c6476 commit 8c64ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integreat_cms/cms/views/linkcheck/linkcheck_list_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def get(self, request: HttpRequest, *args: Any, **kwargs: Any) -> TemplateRespon
params["size"] = size
return redirect(f"{request.path}?{urlencode(params)}")

# pylint: disable-msg=too-many-branches, too-many-locals
# pylint: disable-msg=too-many-branches
def post(self, request: HttpRequest, *args: Any, **kwargs: Any) -> HttpResponse:
r"""
Applies selected action for selected urls
Expand Down

0 comments on commit 8c64ffb

Please sign in to comment.