File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
services/director-v2/src/simcore_service_director_v2/modules Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ async def get_service_resources(
109109 return json_response
110110 raise HTTPException (status_code = resp .status_code , detail = resp .content )
111111
112- async def get_service_labels ( # to add
112+ async def get_service_labels (
113113 self , service_key : ServiceKey , service_version : ServiceVersion
114114 ) -> SimcoreServiceLabels :
115115 resp = await self .request (
@@ -132,7 +132,7 @@ async def get_service_extras(
132132 return ServiceExtras .model_validate (resp .json ())
133133 raise HTTPException (status_code = resp .status_code , detail = resp .content )
134134
135- async def get_service_specifications ( # to add
135+ async def get_service_specifications (
136136 self , user_id : UserID , service_key : ServiceKey , service_version : ServiceVersion
137137 ) -> dict [str , Any ]:
138138 resp = await self .request (
You can’t perform that action at this time.
0 commit comments