File tree Expand file tree Collapse file tree 15 files changed +15
-15
lines changed
Expand file tree Collapse file tree 15 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 2727 Tuple ,
2828 TypeVar ,
2929 Union ,
30- assert_type ,
3130 cast ,
3231)
3332
3433from ethereum_types .bytes import Bytes
3534from ethereum_types .frozen import slotted_freezable
3635from ethereum_types .numeric import U256 , Uint
36+ from typing_extensions import assert_type
3737
3838from ethereum .crypto .hash import keccak256
3939from ethereum .muir_glacier import trie as previous_trie
Original file line number Diff line number Diff line change 2727 Tuple ,
2828 TypeVar ,
2929 Union ,
30- assert_type ,
3130 cast ,
3231)
3332
3433from ethereum_types .bytes import Bytes
3534from ethereum_types .frozen import slotted_freezable
3635from ethereum_types .numeric import U256 , Uint
36+ from typing_extensions import assert_type
3737
3838from ethereum .crypto .hash import keccak256
3939from ethereum .spurious_dragon import trie as previous_trie
Original file line number Diff line number Diff line change 2727 Tuple ,
2828 TypeVar ,
2929 Union ,
30- assert_type ,
3130 cast ,
3231)
3332
3433from ethereum_types .bytes import Bytes
3534from ethereum_types .frozen import slotted_freezable
3635from ethereum_types .numeric import U256 , Uint
36+ from typing_extensions import assert_type
3737
3838from ethereum .crypto .hash import keccak256
3939from ethereum .shanghai import trie as previous_trie
Original file line number Diff line number Diff line change 2727 Tuple ,
2828 TypeVar ,
2929 Union ,
30- assert_type ,
3130 cast ,
3231)
3332
3433from ethereum_types .bytes import Bytes
3534from ethereum_types .frozen import slotted_freezable
3635from ethereum_types .numeric import U256 , Uint
36+ from typing_extensions import assert_type
3737
3838from ethereum .byzantium import trie as previous_trie
3939from ethereum .crypto .hash import keccak256
Original file line number Diff line number Diff line change 2727 Tuple ,
2828 TypeVar ,
2929 Union ,
30- assert_type ,
3130 cast ,
3231)
3332
3433from ethereum_types .bytes import Bytes
3534from ethereum_types .frozen import slotted_freezable
3635from ethereum_types .numeric import U256 , Uint
36+ from typing_extensions import assert_type
3737
3838from ethereum .crypto .hash import keccak256
3939from ethereum .homestead import trie as previous_trie
Original file line number Diff line number Diff line change 2727 Tuple ,
2828 TypeVar ,
2929 Union ,
30- assert_type ,
3130 cast ,
3231)
3332
3433from ethereum_types .bytes import Bytes
3534from ethereum_types .frozen import slotted_freezable
3635from ethereum_types .numeric import U256 , Uint
36+ from typing_extensions import assert_type
3737
3838from ethereum .crypto .hash import keccak256
3939from ethereum .utils .hexadecimal import hex_to_bytes
Original file line number Diff line number Diff line change 2727 Tuple ,
2828 TypeVar ,
2929 Union ,
30- assert_type ,
3130 cast ,
3231)
3332
3433from ethereum_types .bytes import Bytes
3534from ethereum_types .frozen import slotted_freezable
3635from ethereum_types .numeric import U256 , Uint
36+ from typing_extensions import assert_type
3737
3838from ethereum .arrow_glacier import trie as previous_trie
3939from ethereum .crypto .hash import keccak256
Original file line number Diff line number Diff line change 2727 Tuple ,
2828 TypeVar ,
2929 Union ,
30- assert_type ,
3130 cast ,
3231)
3332
3433from ethereum_types .bytes import Bytes
3534from ethereum_types .frozen import slotted_freezable
3635from ethereum_types .numeric import U256 , Uint
36+ from typing_extensions import assert_type
3737
3838from ethereum .crypto .hash import keccak256
3939from ethereum .frontier import trie as previous_trie
Original file line number Diff line number Diff line change 2727 Tuple ,
2828 TypeVar ,
2929 Union ,
30- assert_type ,
3130 cast ,
3231)
3332
3433from ethereum_types .bytes import Bytes
3534from ethereum_types .frozen import slotted_freezable
3635from ethereum_types .numeric import U256 , Uint
36+ from typing_extensions import assert_type
3737
3838from ethereum .constantinople import trie as previous_trie
3939from ethereum .crypto .hash import keccak256
Original file line number Diff line number Diff line change 2727 Tuple ,
2828 TypeVar ,
2929 Union ,
30- assert_type ,
3130 cast ,
3231)
3332
3433from ethereum_types .bytes import Bytes
3534from ethereum_types .frozen import slotted_freezable
3635from ethereum_types .numeric import U256 , Uint
36+ from typing_extensions import assert_type
3737
3838from ethereum .berlin import trie as previous_trie
3939from ethereum .crypto .hash import keccak256
You can’t perform that action at this time.
0 commit comments