Skip to content

Commit

Permalink
remove todo, it's to done
Browse files Browse the repository at this point in the history
  • Loading branch information
MattWellie committed Aug 4, 2024
1 parent 798e3f0 commit 77f5d29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/talos/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ class ReportVariant(BaseModel):
sample: str
var_data: VARIANT_MODELS
categories: set[str] = Field(default_factory=set)
# TODO (mwelland) implement this
date_of_phenotype_match: str | None = None
phenotype_labels: set[str] = Field(default_factory=set)

Expand Down

0 comments on commit 77f5d29

Please sign in to comment.