Commit 96ade74
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 <[email protected]>1 parent 41fb776 commit 96ade74
1 file changed
+1
-1
lines changed| 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