Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
cburgdorf committed Oct 17, 2018
1 parent 38ff32d commit 3b96000
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eth/tools/fixtures/normalization.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ def normalize_bytes(value):
return value
elif is_text(value) and is_hex(value):
return decode_hex(value)
elif is_text(value):
return b''
else:
raise TypeError("Value must be either a string or bytes object")

Expand Down

0 comments on commit 3b96000

Please sign in to comment.