Skip to content

Commit

Permalink
fixed flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sanni-t committed Feb 15, 2024
1 parent dea6671 commit 7c9571d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion api/src/opentrons/protocol_engine/state/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
LabwareOffsetVector,
ModuleOffsetVector,
ModuleOffsetData,
DeckType,
CurrentWell,
CurrentPipetteLocation,
TipGeometry,
Expand Down
10 changes: 5 additions & 5 deletions api/src/opentrons/protocol_engine/state/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,13 @@ class ModuleState:

additional_slots_occupied_by_module_id: Dict[str, List[DeckSlotName]]
"""List of additional slots occupied by each module.
The thermocycler (both GENs), occupies multiple slots on both OT-2 and the Flex
but only one slot is associated with the location of the thermocycler.
In order to check for deck conflicts with other items, we will keep track of any
but only one slot is associated with the location of the thermocycler.
In order to check for deck conflicts with other items, we will keep track of any
additional slots occupied by a module here.
This will be None when a module occupies only one slot.
This will be None when a module occupies only one slot.
"""

requested_model_by_id: Dict[str, Optional[ModuleModel]]
Expand Down

0 comments on commit 7c9571d

Please sign in to comment.