Skip to content
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

Investigate unused imports in tests/* #916

Merged
merged 9 commits into from May 16, 2024

Conversation

richardgreg
Copy link
Contributor

What was wrong?

There are unused imports in the test folder. Refactoring needed
Related to Issue #
closes #901

How was it fixed?

Use pylint to find unused import and refactor it

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

@richardgreg richardgreg changed the title [WIP]Investigate unused imports in tests/* Investigate unused imports in tests/* Mar 31, 2024
@SamWilsn
Copy link
Collaborator

SamWilsn commented Apr 3, 2024

This is a great start; thank you so much! To prevent these from creeping back in, I've re-enabled flake8 on the test folder on this branch. It'll probably find a bunch more issues. If you can fix them, we'd really appreciate it. If not, I'll be back to clean them up when I get the chance.

@richardgreg
Copy link
Contributor Author

You're welcome. I'd be happy to keep the changes coming.

@richardgreg
Copy link
Contributor Author

@SamWilsn are there any more implementations needed for this pr for it to be merged?

@SamWilsn
Copy link
Collaborator

Tests passed locally!

@SamWilsn SamWilsn merged commit 8affa29 into ethereum:master May 16, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Investigate unused imports in tests/*
2 participants