-
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(packages): Fixing users packages #18973
fix(packages): Fixing users packages #18973
Conversation
Codecov Report
@@ Coverage Diff @@
## master #18973 +/- ##
==========================================
- Coverage 66.40% 66.39% -0.01%
==========================================
Files 1641 1641
Lines 63518 63520 +2
Branches 6422 6422
==========================================
- Hits 42176 42174 -2
- Misses 19681 19685 +4
Partials 1661 1661
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
* Fixing users packages * Linting me() fn * Fixing tests / moving packages * Fixing imports (cherry picked from commit 5fc7adb)
🏷️ preset:2022.9 |
* Fixing users packages * Linting me() fn * Fixing tests / moving packages * Fixing imports (cherry picked from commit 5fc7adb)
* Fixing users packages * Linting me() fn * Fixing tests / moving packages * Fixing imports (cherry picked from commit 5fc7adb)
SUMMARY
Quick fix to add missing
__init__.py
files in user packages. CC - @suddjian