Skip to content

Commit

Permalink
remove extra change
Browse files Browse the repository at this point in the history
  • Loading branch information
caila-marashaj committed May 22, 2024
1 parent 270989b commit 382c848
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,13 +226,12 @@ def _pipette_info_from_network(
if device.subidentifier != 0
else default_name
)
tool = tools.types.PipetteInformation(
return tools.types.PipetteInformation(
name=pipette_name,
name_int=pipette_name.value,
model=pipette_name.name,
serial=f"dummyserial{pipette_name.name}",
)
return tool

def _auto_tool_summary(
self, devices: Dict[FirmwareTarget, network.DeviceInfoCache]
Expand Down

0 comments on commit 382c848

Please sign in to comment.