Skip to content

Commit ddb1aa4

Browse files
author
pacrob
committed
remove deprecated use of distutils Version class
1 parent f6726ca commit ddb1aa4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

web3/_utils/normalizers.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,10 +239,6 @@ def abi_ens_resolver(
239239
]
240240

241241

242-
if LooseVersion(eth_abi.__version__) < LooseVersion("2"):
243-
BASE_RETURN_NORMALIZERS.append(decode_abi_strings)
244-
245-
246242
#
247243
# Property Normalizers
248244
#

0 commit comments

Comments
 (0)