From 1505a04a94791cffdcc25e3171ac2ee306ae2ff9 Mon Sep 17 00:00:00 2001 From: Mikhail Kalinin Date: Mon, 10 Apr 2023 16:08:13 +0600 Subject: [PATCH] Make linter happy --- .../test/eip6110/sanity/blocks/test_deposit_transition.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/core/pyspec/eth2spec/test/eip6110/sanity/blocks/test_deposit_transition.py b/tests/core/pyspec/eth2spec/test/eip6110/sanity/blocks/test_deposit_transition.py index 1477a04fb..51ef10960 100644 --- a/tests/core/pyspec/eth2spec/test/eip6110/sanity/blocks/test_deposit_transition.py +++ b/tests/core/pyspec/eth2spec/test/eip6110/sanity/blocks/test_deposit_transition.py @@ -1,12 +1,10 @@ from eth2spec.test.helpers.block import ( build_empty_block_for_next_slot, - sign_block, ) from eth2spec.test.context import ( spec_state_test, with_phases, EIP6110, - expect_assertion_error, ) from eth2spec.test.helpers.deposits import ( build_deposit_data,