Skip to content

Commit d680f3c

Browse files
pcrespovCopilot
andauthored
Update packages/service-library/src/servicelib/aiohttp/rest_middlewares.py
Co-authored-by: Copilot <[email protected]>
1 parent ce8b5ed commit d680f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/service-library/src/servicelib/aiohttp/rest_middlewares.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def _handle_exception_as_http_error(
150150
http_error_cls = get_http_error_class_or_none(status_code)
151151
if http_error_cls is None:
152152
msg = (
153-
f"No HTTP error class found for status code {status_code}, falling back to 500",
153+
f"No HTTP error class found for status code {status_code}, falling back to 500"
154154
)
155155
raise ValueError(msg)
156156

0 commit comments

Comments
 (0)