File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/simcore-sdk/src/simcore_sdk/node_ports_common Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717 ClientSession ,
1818 RequestInfo ,
1919)
20- from aiohttp .typedefs import LooseHeaders
2120from models_library .api_schemas_storage import ETag , FileUploadSchema , UploadedPart
2221from models_library .basic_types import IDStr , SHA256Str
22+ from multidict import MultiMapping
2323from pydantic import AnyUrl , NonNegativeInt
2424from servicelib .aiohttp import status
2525from servicelib .logging_utils import log_catch
@@ -62,7 +62,7 @@ def __init__(
6262 code : int | None = None ,
6363 status_code : int | None = None ,
6464 message : str = "" ,
65- headers : LooseHeaders | None = None ,
65+ headers : MultiMapping [ str ] | None = None ,
6666 ):
6767 super ().__init__ (
6868 request_info ,
You can’t perform that action at this time.
0 commit comments