Skip to content

Commit 480c81e

Browse files
committed
chore(lint): Fix 'tox -e static' issues
1 parent ccc02a3 commit 480c81e

File tree

1 file changed

+2
-1
lines changed
  • src/ethereum/amsterdam/block_access_lists

1 file changed

+2
-1
lines changed

src/ethereum/amsterdam/block_access_lists/tracker.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ def capture_pre_state(
103103
104104
Retrieves the storage value from the beginning of the current transaction.
105105
The value is cached within the transaction to avoid repeated lookups and
106-
to maintain consistency across multiple accesses within the same transaction.
106+
to maintain consistency across multiple accesses within the same
107+
transaction.
107108
108109
Parameters
109110
----------

0 commit comments

Comments
 (0)