Skip to content

Commit

Permalink
Fix typo introduced in PR #76
Browse files Browse the repository at this point in the history
  • Loading branch information
davesque committed Jun 5, 2018
1 parent cb50c08 commit 9e4e087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth_abi/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ def from_type_str(cls, type_str, registry): # pragma: no cover
Used by ``ABIRegistry`` to get an appropriate encoder or decoder
instance for the given type string and type registry.
"""
raise cls()
raise NotImplementedError('Must implement `from_type_str`')

0 comments on commit 9e4e087

Please sign in to comment.