You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically the normalize_int but there may be others.
How can it be fixed
Audit these two modules for duplicate functions and remove the duplicates. In the case of normalize_int, the _utils one should be kept. Use your best judgement on any others that are found.
The text was updated successfully, but these errors were encountered:
What is wrong?
from: #1396 (review)
There are duplicates of some of the functions in:
eth.tools._utils.normalization
eth.tools.fixtures.normalization
Specifically the
normalize_int
but there may be others.How can it be fixed
Audit these two modules for duplicate functions and remove the duplicates. In the case of
normalize_int
, the_utils
one should be kept. Use your best judgement on any others that are found.The text was updated successfully, but these errors were encountered: