Skip to content

Commit

Permalink
sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
paouvrard committed Jan 8, 2019
1 parent 9438b84 commit 8d919b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions tests/core/utilities/test_proof.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import pytest

import rlp

from eth_utils import (
keccak,
)
from hexbytes import (
HexBytes,
)
import rlp

from web3._utils.encoding import (
pad_bytes,
)
Expand Down
6 changes: 3 additions & 3 deletions web3/_utils/proof.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from eth_utils import (
keccak,
)
import rlp
from rlp.sedes import (
Binary,
big_endian_int,
)

from eth_utils import (
keccak,
)
from web3._utils.encoding import (
pad_bytes,
pad_hex,
Expand Down

0 comments on commit 8d919b8

Please sign in to comment.