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 835b8d8 commit f570190Copy full SHA for f570190
services/web/server/src/simcore_service_webserver/users/api.py
@@ -1,6 +1,6 @@
1
# mypy: disable-error-code=truthy-function
2
3
-from ._common.models import FullNameDict
+from ._common.models import FullNameDict, UserDisplayAndIdNamesTuple
4
from ._users_service import (
5
delete_user_without_projects,
6
get_guest_user_ids_and_names,
@@ -36,5 +36,6 @@
36
"update_expired_users",
37
"update_user_profile",
38
"FullNameDict",
39
+ "UserDisplayAndIdNamesTuple",
40
)
41
# nopycln: file
0 commit comments