From 120d7a4766b47e42131bba738037379dc2a9e2bd Mon Sep 17 00:00:00 2001 From: Justin Traglia <95511699+jtraglia@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:29:11 -0600 Subject: [PATCH] Add another blank line --- tests/core/pyspec/eth2spec/test/helpers/multi_operations.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/core/pyspec/eth2spec/test/helpers/multi_operations.py b/tests/core/pyspec/eth2spec/test/helpers/multi_operations.py index 83779a025..651c8b928 100644 --- a/tests/core/pyspec/eth2spec/test/helpers/multi_operations.py +++ b/tests/core/pyspec/eth2spec/test/helpers/multi_operations.py @@ -258,6 +258,7 @@ def run_test_full_random_operations(spec, state, rng=Random(2080)): yield 'blocks', [signed_block] yield 'post', state + def get_random_execution_requests(spec, state, rng): deposits = get_random_deposits_requests(spec, state, rng) withdrawals = get_random_withdrawals_requests(spec, state, rng)