Skip to content

Commit 4f2e55d

Browse files
committed
cleanup doc
1 parent 3e21fc7 commit 4f2e55d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,9 @@ async def get_user_products(
325325
*,
326326
user_id: UserID,
327327
) -> list[Row]:
328+
"""Returns the products the user is part of, i.e.
329+
the user is registered and assigned to the product's group
330+
"""
328331
async with pass_or_acquire_connection(engine, connection) as conn:
329332
product_name_subq = (
330333
sa.select(

0 commit comments

Comments
 (0)