-
Notifications
You must be signed in to change notification settings - Fork 11
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
Adds missing __init__.py files [FC-0030] #90
Conversation
Thanks for the pull request, @pomegranited! Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
6e6788f
to
e04bf96
Compare
and fixes resulting pylint issues, including a number of translation-of-non-string errors: i18n function _() must be called with a literal string
and fixes resulting pylint issues.
f0c458f
to
5d4dcd9
Compare
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.
@pomegranited Looks good to me, thanks for this work 👍
- I tested this: A ran the tests and checked the coverage and warnings
- I read through the code and considered the security, stability and performance implications of the changes.
- Includes documentation.
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.
Thanks, very nice cleanup! Just one little thing that looks risky to me, and otherwise it's awesome and I'll approve and merge.
868057d
to
95c0e5a
Compare
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.
Thanks, very nice work! Please fix the conflict and merge at your convenience.
@pomegranited 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
Adds missing
__init__.py
files, and fixes the resulting linting errors, plus some minor test fixes:tests/
(see previous coverage report)This change shouldn't require any manual testing, just a code review.
Follow-up to #87 (comment)
Private-ref: FAL-3477