Skip to content

Commit 787c638

Browse files
committed
done
1 parent 3060469 commit 787c638

File tree

1 file changed

+0
-1
lines changed
  • services/web/server/src/simcore_service_webserver/exporter

1 file changed

+0
-1
lines changed

services/web/server/src/simcore_service_webserver/exporter/_handlers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ async def export_project(request: web.Request):
5959
),
6060
)
6161
async def _() -> tuple[Callable[[], Coroutine[Any, Any, None]], Path]:
62-
# @GitHK what is this supposed to be doing??
6362
async with AsyncExitStack() as tmp_dir_stack:
6463
tmp_dir = await tmp_dir_stack.enter_async_context(AioTemporaryDirectory())
6564
file_to_download = await get_sds_archive_path(

0 commit comments

Comments
 (0)