Skip to content

Commit 1ac1bd2

Browse files
final cleanup
1 parent 3cc4743 commit 1ac1bd2

File tree

1 file changed

+0
-6
lines changed
  • services/web/server/src/simcore_service_webserver/folders

1 file changed

+0
-6
lines changed

services/web/server/src/simcore_service_webserver/folders/_folders_db.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ def as_dict_exclude_unset(**params) -> dict[str, Any]:
6767
folders_v2.c.workspace_id,
6868
)
6969

70-
# _SELECTION_ARGS_WITH_MY_ACCESS_RIGHTS = (
71-
# _SELECTION_ARGS,
72-
# )
73-
7470

7571
async def create(
7672
app: web.Application,
@@ -164,8 +160,6 @@ async def list_( # pylint: disable=too-many-arguments,too-many-branches
164160
WorkspaceScope.SHARED,
165161
WorkspaceScope.ALL,
166162
)
167-
# _user_groups = await list_all_user_groups(app, user_id=user_id)
168-
# _user_groups_ids = [group.gid for group in _user_groups]
169163

170164
shared_workspace_query = (
171165
select(

0 commit comments

Comments
 (0)