Skip to content

Commit 0f83aba

Browse files
committed
STY: black
1 parent 8ddbe61 commit 0f83aba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyxrf/core/tests/test_quant_analysis.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,9 +348,9 @@ def test_get_quant_fluor_data_dict():
348348

349349
mass_sum = sum([_["density"] for _ in quant_fluor_data_dict["element_lines"].values()])
350350
npt.assert_almost_equal(
351-
mass_sum,
351+
mass_sum,
352352
mass_sum_expected,
353-
err_msg="The total mass (density) of the components is different from expected"
353+
err_msg="The total mass (density) of the components is different from expected",
354354
)
355355

356356

0 commit comments

Comments
 (0)