Skip to content

Commit f570190

Browse files
committed
bad import
1 parent 835b8d8 commit f570190

File tree

1 file changed

+2
-1
lines changed
  • services/web/server/src/simcore_service_webserver/users

1 file changed

+2
-1
lines changed

services/web/server/src/simcore_service_webserver/users/api.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# mypy: disable-error-code=truthy-function
22

3-
from ._common.models import FullNameDict
3+
from ._common.models import FullNameDict, UserDisplayAndIdNamesTuple
44
from ._users_service import (
55
delete_user_without_projects,
66
get_guest_user_ids_and_names,
@@ -36,5 +36,6 @@
3636
"update_expired_users",
3737
"update_user_profile",
3838
"FullNameDict",
39+
"UserDisplayAndIdNamesTuple",
3940
)
4041
# nopycln: file

0 commit comments

Comments
 (0)