Skip to content

Commit

Permalink
Fix flake8 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
onyb committed Oct 13, 2018
1 parent 6c51010 commit 06528f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions eth_tester/backends/pyevm/serializers.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import rlp

from eth_utils import (
to_canonical_address,
)

from eth_tester.utils.address import (
generate_contract_address,
)
Expand Down
2 changes: 0 additions & 2 deletions eth_tester/utils/accounts.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import rlp

from eth_keys import (
keys,
)
Expand Down

0 comments on commit 06528f9

Please sign in to comment.