Skip to content

Commit

Permalink
label is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Aug 4, 2021
1 parent 4ae9ee7 commit 27a44ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gene/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ class GeneDescriptor(BaseModel):
id: str
type = "GeneDescriptor"
value: GeneValueObject
label: str
label: Optional[str]
xrefs: Optional[List[str]]
alternate_labels: Optional[List[str]]
extensions: Optional[List[Extension]]
Expand Down

0 comments on commit 27a44ab

Please sign in to comment.