Skip to content

Commit

Permalink
Update api/src/opentrons/hardware_control/simulator_setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TamarZanzouri authored Mar 19, 2024
1 parent 0b95d7c commit 56f7f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/opentrons/hardware_control/simulator_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class ModuleCall:
@dataclass(frozen=True)
class ModuleItem:
serial_number: str
items: List[ModuleCall] = field(default_factory=list)
calls: List[ModuleCall] = field(default_factory=list)


@dataclass(frozen=True)
Expand Down

0 comments on commit 56f7f82

Please sign in to comment.