Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
hwwhww committed Apr 19, 2019
1 parent 41fe45d commit bf80ce2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tests/contracts/test_deposit.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import pytest

import eth_utils

from tests.contracts.conftest import (
DEPOSIT_CONTRACT_TREE_DEPTH,
MAX_DEPOSIT_AMOUNT,
Expand All @@ -19,7 +18,6 @@
hash_tree_root,
)


DepositData = SSZType({
# BLS pubkey
'pubkey': 'bytes48',
Expand Down
5 changes: 3 additions & 2 deletions tests/utils/minimal_ssz.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from hashlib import sha256

from hashlib import (
sha256,
)

BYTES_PER_CHUNK = 32
BYTES_PER_LENGTH_PREFIX = 4
Expand Down

0 comments on commit bf80ce2

Please sign in to comment.