Skip to content

Commit 382d94c

Browse files
committed
cleanup
1 parent 135e3ce commit 382d94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/src/simcore_service_webserver/exception_handling_factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def create_exception_handler_from_http_info(
7272

7373
async def _exception_handler(
7474
request: web.Request,
75-
exception: BaseException, # TODO: for different type of exceptions e.g HTTPError
75+
exception: BaseException,
7676
) -> web.Response:
7777

7878
# safe formatting, i.e. does not raise

0 commit comments

Comments
 (0)