File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
services/web/server/src/simcore_service_webserver/projects Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 55from aiopg .sa .result import RowProxy
66from models_library .basic_types import HttpUrlWithCustomMinLength
77from models_library .folders import FolderID
8- from models_library .projects import ClassifierID , NodesDict , ProjectID
9- from models_library .projects_access import AccessRights
8+ from models_library .projects import ClassifierID , ProjectID
109from models_library .projects_ui import StudyUI
11- from models_library .users import GroupID , UserID
10+ from models_library .users import UserID
1211from models_library .utils .common_validators import (
1312 empty_str_to_none_pre_validator ,
1413 none_to_empty_str_pre_validator ,
@@ -67,8 +66,6 @@ class Config:
6766
6867class UserSpecificProjectDataDB (ProjectDB ):
6968 folder_id : FolderID | None
70- workbench : NodesDict
71- access_rights : dict [GroupID , AccessRights ]
7269
7370 class Config :
7471 orm_mode = True
You can’t perform that action at this time.
0 commit comments