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

tools: remove unnecessary imports and assignments #7483

Closed

Conversation

thefourtheye
Copy link
Contributor

@thefourtheye thefourtheye commented Jun 29, 2016

Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

tools

Description of change

remove unnecessary imports and assignments

CI Run: https://ci.nodejs.org/job/node-test-pull-request/3129/

@thefourtheye thefourtheye added the tools Issues and PRs related to the tools directory. label Jun 29, 2016
@bnoordhuis
Copy link
Member

LGTM

1 similar comment
@jasnell
Copy link
Member

jasnell commented Jun 29, 2016

LGTM

@addaleax
Copy link
Member

LGTM, CI is green

@thefourtheye thefourtheye force-pushed the remove-unused-imports branch 2 times, most recently from 7c1c672 to f705a68 Compare June 30, 2016 18:09
@thefourtheye
Copy link
Contributor Author

thefourtheye commented Jun 30, 2016

Removed few more unnecessary imports from test/testpy/__init__.py. New CI run: https://ci.nodejs.org/job/node-test-pull-request/3143/

@bnoordhuis
Copy link
Member

Can you go over test/timers/testcfg.py while you're at it? It has a bunch of unused imports too.

@thefourtheye
Copy link
Contributor Author

@bnoordhuis Sure. Done!

@bnoordhuis
Copy link
Member

LGTM

@thefourtheye
Copy link
Contributor Author

Landed in 89ede72

@thefourtheye thefourtheye deleted the remove-unused-imports branch July 8, 2016 14:52
MylesBorins pushed a commit to MylesBorins/node that referenced this pull request Jul 8, 2016
PR-URL: nodejs#7483
Reviewed-By: Ben Noordhuis <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
@MylesBorins
Copy link
Contributor

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

@thefourtheye
Copy link
Contributor Author

@thealphanerd This changes files introduced in #6088, and since that is marked as don't land, this also can be skipped.

evanlucas pushed a commit that referenced this pull request Jul 13, 2016
PR-URL: #7483
Reviewed-By: Ben Noordhuis <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tools Issues and PRs related to the tools directory.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants