Skip to content

Commit e563875

Browse files
committed
fix: remove unused vars
1 parent 817abb4 commit e563875

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/test_2026_01_20.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1244,10 +1244,6 @@ def two_phase_frame_config_update_test(stranger):
12441244
# Storage slot for lastProcessingRefSlot in CSFeeOracle
12451245
last_processing_ref_slot_key = web3.keccak(text="lido.BaseOracle.lastProcessingRefSlot").hex()
12461246

1247-
# Get chain config
1248-
seconds_per_slot = two_phase_update.SECONDS_PER_SLOT()
1249-
genesis_time = two_phase_update.GENESIS_TIME()
1250-
12511247
# Get phase configs from the contract
12521248
offset_phase = two_phase_update.offsetPhase()
12531249
restore_phase = two_phase_update.restorePhase()

0 commit comments

Comments
 (0)