Skip to content

Commit e1b5cdf

Browse files
committed
rename web
1 parent ed0f7ac commit e1b5cdf

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

services/web/server/src/simcore_service_webserver/security/_authz_policy.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import contextlib
44
import logging
5-
from copy import deepcopy
65
from typing import Final
76

87
from aiocache import cached # type: ignore[import-untyped]
@@ -30,7 +29,7 @@
3029
is_user_in_product_name,
3130
)
3231
from ._constants import MSG_AUTH_NOT_AVAILABLE, PERMISSION_PRODUCT_LOGIN_KEY
33-
from ._identity_service import IdentityStr
32+
from ._identity_web import IdentityStr
3433

3534
_logger = logging.getLogger(__name__)
3635

services/web/server/src/simcore_service_webserver/security/security_web.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
is_anonymous,
1616
)
1717
from ._constants import PERMISSION_PRODUCT_LOGIN_KEY
18-
from ._identity_service import forget_identity, remember_identity
18+
from ._identity_web import forget_identity, remember_identity
1919

2020
__all__: tuple[str, ...] = (
2121
"PERMISSION_PRODUCT_LOGIN_KEY",

0 commit comments

Comments
 (0)