Commit bb2d000
committed
fix(ab): do not crash during printing of dimensions
`dimension_set` is a frozenset of tuples, not a dictionary, so no need
to call .items() (which in fact doesnt even exist), and converting a
dictionary comprehention expresson into a dictionary with an explicit
call to dict() is also unnecessary.
Signed-off-by: Patrick Roy <roypat@amazon.co.uk>1 parent 1dc6937 commit bb2d000
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
330 | | - | |
| 330 | + | |
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
| |||
0 commit comments