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 1, 2024
1 parent 279eec8 commit 572d68f
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 @@ -29,6 +29,6 @@ class FileInformation(BaseModel):
size: PositiveInt = Field(..., description="Size of the unencrypted file in bytes.")
sha256_hash: str = Field(
...,
description="SHA256 hash of the unencrypted file content encoded as hexadecimal "
description="SHA256 hash of the unencrypted file content encoded as hexadecimal"
" values as produced by hashlib.hexdigest().",
)

0 comments on commit 572d68f

Please sign in to comment.