We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abb9e35 commit b43f5dfCopy full SHA for b43f5df
services/director/src/simcore_service_director/registry_proxy.py
@@ -3,9 +3,10 @@
3
import json
4
import logging
5
import re
6
+from collections.abc import Mapping
7
from http import HTTPStatus
8
from pprint import pformat
-from typing import Any, Mapping
9
+from typing import Any
10
11
from aiohttp import BasicAuth, ClientSession, client_exceptions
12
from aiohttp.client import ClientTimeout
0 commit comments