Skip to content

Commit

Permalink
fixed unpopulating description from pep
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Sep 23, 2024
1 parent a4a3024 commit 041f368
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bbconf/models/bed_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class BedFiles(BaseModel):

class BedClassification(BaseModel):
name: Optional[str] = None
description: Optional[str] = None
genome_alias: str = None
genome_digest: Union[str, None] = None
bed_type: str = Field(
Expand Down

0 comments on commit 041f368

Please sign in to comment.