From 8cf8adbc6cd57979911bc7fc25111bf2f746d141 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 15:04:17 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_lhe_reader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_lhe_reader.py b/tests/test_lhe_reader.py index 63d0d8ff..816a5934 100644 --- a/tests/test_lhe_reader.py +++ b/tests/test_lhe_reader.py @@ -181,7 +181,7 @@ def test_read_lhe_powheg(file): def test_read_lhe_initrwgt_weights_v3(): """ - Test the weights from initrwgt with a weights list. + Test the weights from initrwgt with a weights list. """ events = pylhe.read_lhe_with_attributes(TEST_FILE_LHE_INITRWGT_WEIGHTS)