From 81cbe0befe993b57b7daee2643e6016586262436 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Fri, 26 Sep 2025 12:35:57 +0200 Subject: [upd] pypi: Bump black from 24.3.0 to 25.9.0 (#5251) In 25.1.0 [2] an old bug has been fixed: "Docstring formatting does not apply to module docstrings" [3]. [1] https://github.com/psf/black/blob/main/CHANGES.md#2590 [2] https://github.com/psf/black/blob/main/CHANGES.md#2510 [3] https://github.com/psf/black/issues/4094 Signed-off-by: Markus Heiser --- searx/network/raise_for_httperror.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'searx/network') diff --git a/searx/network/raise_for_httperror.py b/searx/network/raise_for_httperror.py index 1a9e3d0d2..d50e650e2 100644 --- a/searx/network/raise_for_httperror.py +++ b/searx/network/raise_for_httperror.py @@ -1,7 +1,5 @@ # SPDX-License-Identifier: AGPL-3.0-or-later -"""Raise exception for an HTTP response is an error. - -""" +"""Raise exception for an HTTP response is an error.""" import typing as t from searx.exceptions import ( -- cgit v1.2.3