Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-kulkarni committed Jul 17, 2024
1 parent 048ff2c commit 8c65d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/opentrons/protocol_engine/state/state_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ class StateSummary(BaseModel):
startedAt: Optional[datetime]
completedAt: Optional[datetime]
liquids: List[Liquid] = Field(default_factory=list)
wells: List[LiquidHeightInfo] = Field(default_factor=list)
wells: List[LiquidHeightInfo] = Field(default_factory=list)

0 comments on commit 8c65d5d

Please sign in to comment.