Skip to content

Commit

Permalink
Update api/src/opentrons/protocol_engine/commands/absorbance_reader/r…
Browse files Browse the repository at this point in the history
…ead.py


typo

Co-authored-by: Ed Cormany <[email protected]>
  • Loading branch information
vegano1 and ecormany authored Sep 19, 2024
1 parent f9b5c32 commit 27b800a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ReadAbsorbanceParams(BaseModel):


class ReadAbsorbanceResult(BaseModel):
"""Result data from running an aborbance reading, returned as a dictionary map of wavelenths containing a map of values by well name (eg. {450: {"A1": 0.0, ...}})."""
"""Result data from running an aborbance reading, returned as a dictionary map of wavelengths containing a map of values by well name (eg. {450: {"A1": 0.0, ...}})."""

data: Optional[Dict[int, Dict[str, float]]] = Field(
..., description="Absorbance data points per wavelength."
Expand Down

0 comments on commit 27b800a

Please sign in to comment.