Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kclowes committed Apr 22, 2019
1 parent 3e5018d commit 0355850
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/core/middleware/test_transaction_signing.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

import eth_account
import eth_keys
from eth_tester.exceptions import (
ValidationError,
)
from eth_utils import (
to_bytes,
to_hex,
Expand All @@ -27,9 +30,6 @@
from web3.providers.eth_tester import (
EthereumTesterProvider,
)
from eth_tester.exceptions import (
ValidationError,
)
from web3.utils.toolz import (
identity,
merge,
Expand Down

0 comments on commit 0355850

Please sign in to comment.