Skip to content

Commit 5a9d5c6

Browse files
author
Andrei Neagu
committed
fix issue with typechecking
1 parent 072eaeb commit 5a9d5c6

File tree

1 file changed

+1
-1
lines changed
  • services/dynamic-sidecar/src/simcore_service_dynamic_sidecar/modules

1 file changed

+1
-1
lines changed

services/dynamic-sidecar/src/simcore_service_dynamic_sidecar/modules/nodeports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def _is_zip_file(file_path: Path) -> bool:
186186
return f"{mime_type}" == "application/zip"
187187

188188

189-
_shutil_move = aiofiles.os.wrap(shutil.move) # type: ignore
189+
_shutil_move = aiofiles.os.wrap(shutil.move)
190190

191191

192192
async def _get_data_from_port(

0 commit comments

Comments
 (0)