Skip to content

Commit 75561b4

Browse files
authored
Make the checksum on a Downloadable optional (#297)
1 parent 8961ec4 commit 75561b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/etos_client/downloader/downloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class Downloadable(BaseModel):
5252

5353
url: str
5454
name: str
55-
checksums: dict[str, str]
55+
checksums: dict[str, str] = {}
5656
path: Path = Path.cwd()
5757

5858

0 commit comments

Comments
 (0)