Skip to content

Commit

Permalink
Merge pull request #78 from davesque/fix-mistake
Browse files Browse the repository at this point in the history
Fix typo introduced in PR #76
  • Loading branch information
davesque committed Jun 6, 2018
2 parents cb50c08 + 9e4e087 commit ef16ff3
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 ef16ff3

Please sign in to comment.