Skip to content

Commit f02df78

Browse files
committed
keep impacts_summary as defaultdict
1 parent 29c9235 commit f02df78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cabinetry/fit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ def _get_impacts_summary(
504504
)
505505
)
506506

507-
return dict(impacts_summary)
507+
return impacts_summary
508508

509509

510510
def _get_datastat_impacts_np_shift(

0 commit comments

Comments
 (0)