Skip to content

Commit 18fce60

Browse files
committed
ruff-linter formatting
1 parent e7423ad commit 18fce60

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

hexrdgui/calibration/wppf_options_dialog.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1580,9 +1580,9 @@ def tree_view_mapping(self) -> dict:
15801580

15811581
# Insert the background and peak shape dicts too
15821582
method_dict['Background'] = self.background_tree_dict
1583-
method_dict['Instrumental Parameters'][
1584-
'Peak Parameters'
1585-
] = self.peak_shape_tree_dict
1583+
method_dict['Instrumental Parameters']['Peak Parameters'] = (
1584+
self.peak_shape_tree_dict
1585+
)
15861586
method_dict['Amorphous'] = self.amorphous_tree_dict
15871587

15881588
return method_dict

0 commit comments

Comments
 (0)