Skip to content

Commit

Permalink
stray loop arg
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Jan 12, 2024
1 parent d867703 commit d2cba91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hardware/opentrons_hardware/firmware_update/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ async def _run_usb_update(
kwargs: Dict[str, Any] = {
"stdout": asyncio.subprocess.PIPE,
"stderr": asyncio.subprocess.PIPE,
"loop": asyncio.get_running_loop(),
}
success, msg = await upload_via_dfu(dfu_dev_serial, update_file, kwargs)
if success:
Expand Down

0 comments on commit d2cba91

Please sign in to comment.