Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-kulkarni committed Aug 2, 2024
1 parent 8ce924f commit 937ed73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tests/opentrons/hardware_control/test_instruments.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ async def test_cache_instruments_hc(
hw_api_cntrlr = await API.build_hardware_controller(
loop=asyncio.get_running_loop(),
feature_flags=HardwareFeatureFlags.build_from_ff(),
firmware=_find_smoothie_file()
firmware=_find_smoothie_file(),
)

async def mock_driver_model(mount: str) -> Optional[str]:
Expand Down

0 comments on commit 937ed73

Please sign in to comment.