Skip to content

Commit 9c42d85

Browse files
committed
remove unused vars
1 parent d886a9d commit 9c42d85

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

web3/_utils/module_testing/eth_module.py

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -115,27 +115,6 @@
115115
# "web3py" as an abi-encoded string
116116
WEB3PY_AS_HEXBYTES = "0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000067765623370790000000000000000000000000000000000000000000000000000" # noqa: E501
117117

118-
RLP_ACCESS_LIST = [
119-
(
120-
"0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae",
121-
(
122-
"0x0000000000000000000000000000000000000000000000000000000000000003",
123-
"0x0000000000000000000000000000000000000000000000000000000000000007",
124-
),
125-
),
126-
("0xbb9bc244d798123fde783fcc1c72d3bb8c189413", ()),
127-
]
128-
129-
RPC_ACCESS_LIST = [
130-
{
131-
"address": "0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae",
132-
"storageKeys": (
133-
"0x0000000000000000000000000000000000000000000000000000000000000003",
134-
"0x0000000000000000000000000000000000000000000000000000000000000007",
135-
),
136-
},
137-
{"address": "0xbb9bc244d798123fde783fcc1c72d3bb8c189413", "storageKeys": ()},
138-
]
139118

140119
if TYPE_CHECKING:
141120
from _pytest.monkeypatch import MonkeyPatch # noqa: F401

0 commit comments

Comments
 (0)