Skip to content

Commit

Permalink
Update src/gene/schemas.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kori Kuzma <[email protected]>
  • Loading branch information
jsstevenson and korikuzma authored Jan 2, 2024
1 parent 14b4ea7 commit 8db2ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gene/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class BaseGene(BaseModel):
symbol_status: Optional[SymbolStatus] = None
label: Optional[StrictStr] = None
strand: Optional[Strand] = None
location_annotations: List[Union[Annotation, Chromosome, str]] = []
location_annotations: List[Union[Annotation, Chromosome, StrictStr]] = []
locations: Union[
List[models.SequenceLocation],
List[StoredSequenceLocation],
Expand Down

0 comments on commit 8db2ff9

Please sign in to comment.