-
Notifications
You must be signed in to change notification settings - Fork 685
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate imports from eth.utils to eth_utils #1459
Conversation
@cburgdorf review |
@aashutoshrathi Thank you for the PR. I'll review it on (my) Monday which means in about 15 hours or so :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good! Just some minor style issues that need to be addressed.
eaffb1e
to
70768a2
Compare
ping @cburgdorf |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel really sorry about the nitpicking but can you also ensure the import order is correct as explained here: https://github.com/ethereum/snake-charmers-tactical-manual/blob/master/style-guide.md#overall-ordering
04dfed7
to
0b12209
Compare
Merged! ✨ Thank you for your contribution 👏 |
Fixes #1454
What was wrong?
There are currently many small utility functions that exist in eth.utils but also exist in the standalone eth_utils library by now. These functions should really be imported from eth_utils and removed from this code base.
Also added PEP8 fixes 😉
How was it fixed?
Using this PR
Cute Animal Picture