Skip to content

Commit b43f5df

Browse files
committed
ruff
1 parent abb9e35 commit b43f5df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

services/director/src/simcore_service_director/registry_proxy.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
import json
44
import logging
55
import re
6+
from collections.abc import Mapping
67
from http import HTTPStatus
78
from pprint import pformat
8-
from typing import Any, Mapping
9+
from typing import Any
910

1011
from aiohttp import BasicAuth, ClientSession, client_exceptions
1112
from aiohttp.client import ClientTimeout

0 commit comments

Comments
 (0)