Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Fix linting on v3.3.x#18102
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Fix linting on v3.3.x#18102
Uh oh!
There was an error while loading.Please reload this page.
Conversation
For certain reporters, it's necessary to do this filtering becauseGitHub does not allow posting to unrelated files. The github-checkreporter _should_ allow it though, and we want to catch things likeunused imports that may not be in the diff.
Since this is on a bugfix branch, don't remove the import in case it'sin use.And fix a missing empty line.
Uh oh!
There was an error while loading.Please reload this page.
CI failure Will be fixed by#18104. |
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 code looks good to me but there are some Travis failures. I restarted the failing jobs, but I don't know if Travis will merge the current v3.3.x before running the tests. If not, perhaps this branch could be rebased on top of v3.3.x.
The restarted Travis runs passed, so I think this is safe to merge |
PR Summary
Backport of#18091, plus correction of flake8 error (see commits).
PR Checklist