Skip to content

Commit c596554

Browse files
committed
Make flake happy
1 parent fc22d5b commit c596554

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

eth/vm/computation.py

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
from eth.validation import (
4242
validate_canonical_address,
4343
validate_is_bytes,
44-
validate_is_bytes_or_view,
4544
validate_uint256,
4645
)
4746
from eth.vm.code_stream import (

eth/vm/memory.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import itertools
2-
from typing import Union
32
import logging
43

54
from eth.validation import (

0 commit comments

Comments
 (0)