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
ChrisChV
left a comment
There was a problem hiding this comment.
@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.
bradenmacdonald
left a comment
There was a problem hiding this comment.
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
bradenmacdonald
left a comment
There was a problem hiding this comment.
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__.pyfiles, 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