Skip to content

Commit

Permalink
Fix a bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper authored and kclowes committed Apr 3, 2019
1 parent 0e0b77d commit 4d634a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web3/contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
)
from eth_abi.exceptions import (
DecodingError,
ValidationError,
)
from eth_utils import (
add_0x_prefix,
Expand Down Expand Up @@ -90,6 +89,7 @@
NoABIEventsFound,
NoABIFound,
NoABIFunctionsFound,
ValidationError,
)

ACCEPTABLE_EMPTY_STRINGS = ["0x", b"0x", "", b""]
Expand Down

0 comments on commit 4d634a6

Please sign in to comment.