Skip to content

Commit

Permalink
Make buffer optional
Browse files Browse the repository at this point in the history
  • Loading branch information
seallard committed Aug 29, 2024
1 parent 3159f20 commit 012ff5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class BalsamicSample(Sample):
comment: str | None = None
concentration_ng_ul: float | None = None
control: ControlEnum | None = None
elution_buffer: ElutionBuffer
elution_buffer: ElutionBuffer | None = None
formalin_fixation_time: int | None = None
is_tumour: bool
phenotype_groups: list[str] | None = None
Expand Down

0 comments on commit 012ff5a

Please sign in to comment.