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 fa76532 commit 580c54c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/dins/core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@


class FileAccession(BaseModel):
"""Public identifier for one file information object, representing not yet populated
or already deleted file information objects.
"""Public identifier for one file information object.
Represents not-yet-populated or already deleted file information objects.
"""

accession: str = Field(
Expand Down

0 comments on commit 580c54c

Please sign in to comment.