Commit cdd6a8d
committed
Tighten up type of Deploy._process_exports
This is needed because the CovMerge constructor updates
self.exports (which is generated with that function), so it needs the
stricter dict type. We also know the key and value types, so we may as
well give them as well.
Signed-off-by: Rupert Swarbrick <rswarbrick@lowrisc.org>1 parent cc9c1f1 commit cdd6a8d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
279 | | - | |
| 279 | + | |
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
| |||
0 commit comments