Skip to content

Commit

Permalink
Merge pull request #674 from jdufresne/next
Browse files Browse the repository at this point in the history
Use builtin next(); available on all supported Pythons
  • Loading branch information
craigds committed Sep 24, 2018
2 parents f17e93e + 9d8f575 commit f90caab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mptt/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import itertools
import sys

from django.utils.six import next, PY3, text_type
from django.utils.six import PY3, text_type
from django.utils.six.moves import zip
from django.utils.translation import ugettext as _

Expand Down

0 comments on commit f90caab

Please sign in to comment.