Skip to content

Commit 6c6283f

Browse files
removing redundant comments
1 parent c177512 commit 6c6283f

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

services/web/server/src/simcore_service_webserver/director_v2/_computations_service.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,6 @@ async def list_computations_latest_iteration_tasks(
298298
return _tasks_get.total, _tasks_get_output
299299

300300

301-
### NEW:
302-
303-
304301
async def _get_root_project_names_v2(
305302
app: web.Application, items: list[ComputationCollectionRunRpcGet]
306303
) -> list[str]:

services/web/server/tests/unit/with_dbs/01/test_director_v2_handlers.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,6 @@ async def test_list_computations_latest_iteration(
298298
assert ComputationTaskRestGet.model_validate(data[0])
299299

300300

301-
### NEW:
302-
303-
304301
@pytest.fixture
305302
def mock_rpc_list_computation_collection_runs_page(
306303
mocker: MockerFixture,

0 commit comments

Comments
 (0)