File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
services/api-server/src/simcore_service_api_server/services Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 2929 ProjectInputUpdate ,
3030)
3131from models_library .api_schemas_webserver .resource_usage import PricingPlanGet
32- from models_library .api_schemas_webserver .wallets import WalletGet
3332from models_library .api_schemas_webserver .users import ProfileGet as WebProfileGet
3433from models_library .api_schemas_webserver .users import ProfileUpdate as WebProfileUpdate
34+ from models_library .api_schemas_webserver .wallets import WalletGet
3535from models_library .generics import Envelope
3636from models_library .projects import ProjectID
3737from models_library .projects_nodes_io import NodeID
7979 PricingUnitGetLegacy ,
8080 WalletGetWithAvailableCreditsLegacy ,
8181)
82- from ..models .schemas .profiles import Profile , ProfileUpdate
8382from ..models .schemas .profiles import Profile , ProfileUpdate , UserRoleEnum
8483from ..models .schemas .solvers import SolverKeyId
8584from ..models .schemas .studies import StudyPort
You can’t perform that action at this time.
0 commit comments