Skip to content

Fix lint #37

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

Merged
merged 2 commits into from
Mar 22, 2019
Merged

Fix lint #37

merged 2 commits into from
Mar 22, 2019

Conversation

busunkim96
Copy link
Contributor

@busunkim96 busunkim96 commented Mar 20, 2019

The lint tests passed when they were run ~1 year ago, and failed when they were run more recently.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 20, 2019
@busunkim96 busunkim96 requested a review from crwilcox March 20, 2019 17:54
@@ -26,6 +26,8 @@
'redefined-variable-type',
'similarities',
'no-else-return',
'useless-object-inheritance',
"wrong-import-order", # checked with flake8
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flake8 is already checking the import order, and this is causing lint errors.

@busunkim96 busunkim96 merged commit ebaf11a into master Mar 22, 2019
@busunkim96 busunkim96 deleted the fix-lint branch March 22, 2019 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants