We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8961ec4 commit 75561b4Copy full SHA for 75561b4
cli/src/etos_client/downloader/downloader.py
@@ -52,7 +52,7 @@ class Downloadable(BaseModel):
52
53
url: str
54
name: str
55
- checksums: dict[str, str]
+ checksums: dict[str, str] = {}
56
path: Path = Path.cwd()
57
58
0 commit comments