Skip to content
Snippets Groups Projects
Commit 968d3a2b 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 6b1e2a0b
Branches generated-differential-D8126-source
No related tags found
No related merge requests found
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