Skip to content

Commit

Permalink
./eth2spec/debug/decode.py:3:1: F401 'eth2spec.utils.ssz.ssz_typing.V…
Browse files Browse the repository at this point in the history
…iew' imported but unused
  • Loading branch information
tersec committed Aug 29, 2024
1 parent 6b3198d commit 24461dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/pyspec/eth2spec/debug/decode.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from eth2spec.utils.ssz.ssz_impl import hash_tree_root
from eth2spec.utils.ssz.ssz_typing import (
uint, Container, List, boolean,
Vector, ByteVector, ByteList, View
Vector, ByteVector, ByteList
)


Expand Down

0 comments on commit 24461dd

Please sign in to comment.