Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
hwwhww committed Jun 7, 2019
1 parent b78f5b2 commit cf23a25
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions deposit_contract/tests/contracts/test_deposit.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
from hashlib import (
sha256,
)
from random import (
randint,
)
Expand All @@ -18,8 +15,7 @@
DepositData,
)
from eth2spec.utils.hash_function import hash
from eth2spec.utils.minimal_ssz import (
SSZType,
from eth2spec.utils.ssz.ssz_impl import (
hash_tree_root,
)

Expand Down

0 comments on commit cf23a25

Please sign in to comment.