-
Notifications
You must be signed in to change notification settings - Fork 100
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 six library and upgrade Python syntax #270
Conversation
Codecov Report
@@ Coverage Diff @@
## master #270 +/- ##
==========================================
- Coverage 73.21% 72.83% -0.38%
==========================================
Files 68 68
Lines 2972 2901 -71
Branches 324 324
==========================================
- Hits 2176 2113 -63
+ Misses 735 727 -8
Partials 61 61
Continue to review full report at Codecov.
|
Merge conflict resolved! Is there anything more I need to do for this? |
One year later: is there something I can do to help get this merged? It simplifies code paths and removes a dependency, so could improve installation and code speed. Perhaps if I drop all changes other than removing the six dependency? Otherwise I don't mind closing the PR. Thank you! |
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.
Sorry for taking too long for reviewing this PR. It should be merged months ago!
No problem, thanks! 🚀 |
Fixes #269.
Upgrades Python syntax with https://github.com/asottile/pyupgrade using
--py36-plus