We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc22d5b commit c596554Copy full SHA for c596554
eth/vm/computation.py
@@ -41,7 +41,6 @@
41
from eth.validation import (
42
validate_canonical_address,
43
validate_is_bytes,
44
- validate_is_bytes_or_view,
45
validate_uint256,
46
)
47
from eth.vm.code_stream import (
eth/vm/memory.py
@@ -1,5 +1,4 @@
1
import itertools
2
-from typing import Union
3
import logging
4
5
0 commit comments