Skip to content

Commit 007aeb8

Browse files
committed
minor
1 parent 010dcd0 commit 007aeb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import functools
22
import logging
3-
from typing import Iterable, NamedTuple, TypeAlias
3+
from collections.abc import Iterable
4+
from typing import NamedTuple, TypeAlias
45

56
from aiohttp import web
67
from servicelib.aiohttp.typing_extension import Handler

0 commit comments

Comments
 (0)