Skip to content

Commit

Permalink
feel just like james hetfield
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Apr 24, 2024
1 parent 28a2d16 commit b5b1738
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/src/opentrons/protocol_engine/commands/reload_labware.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class ReloadLabwareResult(BaseModel):
class ReloadLabwareImplementation(
AbstractCommandImpl[ReloadLabwareParams, ReloadLabwareResult]
):
"""Load labware command implementation."""
"""Reload labware command implementation."""

def __init__(
self, equipment: EquipmentHandler, state_view: StateView, **kwargs: object
Expand All @@ -77,7 +77,7 @@ async def execute(self, params: ReloadLabwareParams) -> ReloadLabwareResult:


class ReloadLabware(BaseCommand[ReloadLabwareParams, ReloadLabwareResult]):
"""Load labware command resource model."""
"""Reload labware command resource model."""

commandType: ReloadLabwareCommandType = "reloadLabware"
params: ReloadLabwareParams
Expand All @@ -87,7 +87,7 @@ class ReloadLabware(BaseCommand[ReloadLabwareParams, ReloadLabwareResult]):


class ReloadLabwareCreate(BaseCommandCreate[ReloadLabwareParams]):
"""Load labware command creation request."""
"""Reload labware command creation request."""

commandType: ReloadLabwareCommandType = "reloadLabware"
params: ReloadLabwareParams
Expand Down

0 comments on commit b5b1738

Please sign in to comment.