-
Notifications
You must be signed in to change notification settings - Fork 299
import missing six #630
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
import missing six #630
Conversation
Codecov Report
Merging #630 into master will not change coverage.
The diff coverage isn/a
.
@@ Coverage Diff @@ ## master #630 +/- ## ======================================= Coverage 95.65% 95.65% ======================================= Files 55 55 Lines 2856 2856 ======================================= Hits 2732 2732 Misses 124 124
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 26e65a1...2dd222d. Read the comment docs.
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.
Thanks. Let's merge this. Once DRF 3.10 is released we should also discuss how we move on concerning Py27 support.
Fixes #629
Description of the Change
import six
since it's no longer in DRF as of 3.10.Checklist
CHANGELOG.md
updated (only for user relevant changes)AUTHORS