Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 6, 2024
1 parent 45cc705 commit ed24663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheroot/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ed24663

Please sign in to comment.