Skip to content

Commit

Permalink
Update src/dins/core/models.py
Browse files Browse the repository at this point in the history
Co-authored-by: Byron Himes <[email protected]>
  • Loading branch information
mephenor and TheByronHimes authored Oct 10, 2024
1 parent 8dc3330 commit 37903b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dins/core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class DatasetFileAccessions(BaseModel):


class DatasetFileInformation(BaseModel):
"""Container bundling public information for a dataset."""
"""Public information for a dataset."""

accession: str = Field(default=..., description="Public accession of a dataset.")
file_information: list[FileAccession | FileInformation] = Field(
Expand Down

0 comments on commit 37903b2

Please sign in to comment.