Skip to content

Commit

Permalink
Remove unnecessary empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
MizukiTemma committed Nov 20, 2024
1 parent fbda721 commit 0e03a0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integreat_cms/cms/views/linkcheck/linkcheck_list_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ def post(self, request: HttpRequest, *args: Any, **kwargs: Any) -> HttpResponse:

invalidate_model(Link)
invalidate_model(Url)

url_for_current_region = reverse("linkcheck", kwargs=kwargs)
# Keep pagination settings
return redirect(f"{url_for_current_region}{self.get_pagination_params()}")

0 comments on commit 0e03a0a

Please sign in to comment.