-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
Remove dependency on six #880
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #880 +/- ##
=======================================
Coverage 21.49% 21.50%
=======================================
Files 63 63
Lines 8626 8632 +6
Branches 1586 1585 -1
=======================================
+ Hits 1854 1856 +2
- Misses 6748 6755 +7
+ Partials 24 21 -3 ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
The internal restart/reload addon function seems to be broken, but I don't think that is caused by this PR. |
Remove all usage of six and kodi_six.
A few changes have potential of maybe being functional, but I don't think they are in modern python/kodi versions.