Skip to content

Commit

Permalink
remove deprecated use of distutils Version class
Browse files Browse the repository at this point in the history
  • Loading branch information
pacrob committed Mar 23, 2023
1 parent f6726ca commit ed58196
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions web3/_utils/normalizers.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,6 @@ def abi_ens_resolver(
]


if LooseVersion(eth_abi.__version__) < LooseVersion("2"):
BASE_RETURN_NORMALIZERS.append(decode_abi_strings)


#
# Property Normalizers
#
Expand Down

0 comments on commit ed58196

Please sign in to comment.