-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
tools: remove unnecessary imports and assignments #7483
Conversation
LGTM |
1 similar comment
LGTM |
LGTM, CI is green |
7c1c672
to
f705a68
Compare
Removed few more unnecessary imports from |
Can you go over test/timers/testcfg.py while you're at it? It has a bunch of unused imports too. |
f705a68
to
cfcbee6
Compare
@bnoordhuis Sure. Done! |
LGTM |
Landed in 89ede72 |
PR-URL: nodejs#7483 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
This doesn't land cleanly on v4.x and to be honest seems potentially error prone (at least cherry-picking). Adding a don't land tag @thefourtheye feel free to backport but I don't think it is high priority |
@thealphanerd This changes files introduced in #6088, and since that is marked as don't land, this also can be skipped. |
PR-URL: #7483 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Checklist
make -j4 test
(UNIX), orvcbuild test nosign
(Windows) passesAffected core subsystem(s)
tools
Description of change
remove unnecessary imports and assignments
CI Run: https://ci.nodejs.org/job/node-test-pull-request/3129/