-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
fix: add missing init on python pkg key_value #19428
fix: add missing init on python pkg key_value #19428
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.
😱 How did this not get picked up earlier?? Thanks for fixing!
Codecov Report
@@ Coverage Diff @@
## master #19428 +/- ##
==========================================
- Coverage 66.59% 66.53% -0.06%
==========================================
Files 1670 1670
Lines 63884 63888 +4
Branches 6510 6510
==========================================
- Hits 42542 42509 -33
- Misses 19653 19690 +37
Partials 1689 1689
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
No problem, thks for the review |
* fix: add missing init on python pkg key_value * fix lint issues * fix lint issues (cherry picked from commit fa35109)
* fix: add missing init on python pkg key_value * fix lint issues * fix lint issues (cherry picked from commit fa35109)
* fix: add missing init on python pkg key_value * fix lint issues * fix lint issues
SUMMARY
Adds missing
__init__.py
on key_value pkgGetting:
ADDITIONAL INFORMATION