From ed246630c5b50d8d7265c8e26e5e96d52e22b63a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 21:41:48 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- cheroot/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheroot/server.py b/cheroot/server.py index 0abf24f466..47bca319f8 100644 --- a/cheroot/server.py +++ b/cheroot/server.py @@ -217,7 +217,7 @@ def __call__(self, rfile, hdict=None): # noqa: C901 # FIXME # NOTE: The latter is equivalent and does not. # It's a continuation line. if k is None: - raise ValueError("Illegal continuation line.") + raise ValueError('Illegal continuation line.') v = line.strip() else: try: