Skip to content

Commit

Permalink
More shallow plate response
Browse files Browse the repository at this point in the history
  • Loading branch information
Mropat committed Mar 31, 2022
1 parent 218ce49 commit 12a80e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genotype_api/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ class Config:


class PlateReadWithAnalysisDetailSingle(PlateRead):
analyses: Optional[List[AnalysisReadWithSampleDeep]] = []
analyses: Optional[List[AnalysisReadWithSample]] = []
detail: Optional[StatusCounts]

@validator("detail")
Expand Down

0 comments on commit 12a80e4

Please sign in to comment.