-
Notifications
You must be signed in to change notification settings - Fork 34
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
[DC-3632] Remove irrelevant bq_utils import statements #1841
Conversation
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.
The title of the PR does not match the title of the ticket. I would update the title of the PR before merging.
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.
The title of the PR does not match the title of the ticket. I would update the title of the PR before merging.
* [DC-3632] Remove five cases of unused imports * [DC-3632] Update 5 more usages of imports, some formatting occurred * [DC-3632] remove 5 more usages of imports, some formatting occurred * [DC-3632] remove 5 more usages of imports, some formatting occurred * [DC-3632] remove final 2 occurrences, some formatting occurred * [DC-3632] Add required import back
* [DC-3632] Remove five cases of unused imports * [DC-3632] Update 5 more usages of imports, some formatting occurred * [DC-3632] remove 5 more usages of imports, some formatting occurred * [DC-3632] remove 5 more usages of imports, some formatting occurred * [DC-3632] remove final 2 occurrences, some formatting occurred * [DC-3632] Add required import back
* [DC-3632] Remove five cases of unused imports * [DC-3632] Update 5 more usages of imports, some formatting occurred * [DC-3632] remove 5 more usages of imports, some formatting occurred * [DC-3632] remove 5 more usages of imports, some formatting occurred * [DC-3632] remove final 2 occurrences, some formatting occurred * [DC-3632] Add required import back
This PR removes several superfluous
bq_utils
imports. It removes 22 import statements where they are no longer needed. Since some files contain trailing whitespace, it may be hard to determine the actual, important change.Luckily, most import statements occur at the beginning of each file; therefore, one may need to
check only the first few lines!
to see a removal using diff.