Skip to content

Commit 3b96000

Browse files
committed
wip
1 parent 38ff32d commit 3b96000

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

eth/tools/fixtures/normalization.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ def normalize_bytes(value):
7171
return value
7272
elif is_text(value) and is_hex(value):
7373
return decode_hex(value)
74-
elif is_text(value):
75-
return b''
7674
else:
7775
raise TypeError("Value must be either a string or bytes object")
7876

0 commit comments

Comments
 (0)