Skip to content
Snippets Groups Projects
Commit 31a8c19e authored by vlorentz's avatar vlorentz
Browse files

Replace Dict[str, bytes] with a TypedDict to represent dicts of hashes

Unfortunately, this requires jumping through a few hoops (`cast()` and
`# type: ignore`) as mypy does not allow `d[k]` when `d` is a typed dict
and `k` is not a literal string.
parent fc998737
No related branches found
Tags debian/1.10.0-1_swh1_bpo10+1
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment