diff --git a/services/web/server/src/simcore_service_webserver/projects/_projects_db.py b/services/web/server/src/simcore_service_webserver/projects/_projects_db.py index 3c94e9e7cdc..c36ccf26ccf 100644 --- a/services/web/server/src/simcore_service_webserver/projects/_projects_db.py +++ b/services/web/server/src/simcore_service_webserver/projects/_projects_db.py @@ -16,7 +16,7 @@ # NOTE: MD: I intentionally didn't include the workbench. There is a special interface # for the workbench, and at some point, this column should be removed from the table. -# The same holds true for access_rights/ui/classifiers/quality, but we have decided to proceed step by step. +# The same holds true for ui/classifiers/quality, but we have decided to proceed step by step. _SELECTION_PROJECT_DB_ARGS = [ # noqa: RUF012 projects.c.id, projects.c.type,