Skip to content

Commit

Permalink
chore(ci): fix tox framework.
Browse files Browse the repository at this point in the history
  • Loading branch information
spencer-tb committed Oct 29, 2024
1 parent f89d09b commit ccf6718
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/cli/eofwrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,6 @@ def _wrap_fixture(self, fixture: BlockchainFixture, traces: bool):
)
assert not fixture_block.ommers
assert not fixture_block.withdrawals
assert not fixture_block.deposit_requests
assert not fixture_block.withdrawal_requests
assert not fixture_block.consolidation_requests

for fixture_tx in fixture_block.txs:
fixture_tx_dump = fixture_tx.model_dump()
Expand Down

0 comments on commit ccf6718

Please sign in to comment.