Skip to content

Commit

Permalink
Fix lint failures 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit-maverick committed Sep 15, 2018
1 parent d7f0075 commit 912b9f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions tests/core/contracts/test_contract_buildTransaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

import pytest

from web3.utils.toolz import (
dissoc,
)
from web3.exceptions import (
ValidationError,
)
from web3.utils.toolz import (
dissoc,
)


# Ignore warning in pyethereum 1.6 - will go away with the upgrade
Expand Down
6 changes: 3 additions & 3 deletions tests/core/contracts/test_contract_transact_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
to_bytes,
)

from web3.utils.empty import (
empty,
)
from web3.exceptions import (
ValidationError,
)
from web3.utils.empty import (
empty,
)


# Ignore warning in pyethereum 1.6 - will go away with the upgrade
Expand Down

0 comments on commit 912b9f1

Please sign in to comment.