Skip to content

Commit 1cd0725

Browse files
committed
minor fix: add vulture exception
1 parent 50166de commit 1cd0725

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

vulture_whitelist.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
)
1111
from ethereum_spec_tools.evm_tools.t8n.env import Ommer
1212
from ethereum_spec_tools.evm_tools.t8n.evm_trace import Trace, FinalTrace
13+
from ethereum_spec_tools.evm_tools.t8n.transition_tool import EELST8N
1314
from ethereum_spec_tools.lint.lints.glacier_forks_hygiene import (
1415
GlacierForksHygiene,
1516
)
@@ -54,6 +55,13 @@
5455
_EvmToolHandler.do_POST
5556
_EvmToolHandler.log_request
5657

58+
# src/ethereum_spec_tools/evm_tools/transition_tool.py
59+
EELST8N
60+
EELST8N._info_metadata
61+
EELST8N.version
62+
EELST8N.is_fork_supported
63+
EELST8N.evaluate
64+
5765
# src/ethereum_spec_tools/loaders/fixture_loader.py
5866
Load._network
5967

0 commit comments

Comments
 (0)