py3: Remove "from six.moves import range".

This is no longer required, since in Python 3, this is what the range
built-in does.
This commit is contained in:
rht
2017-10-14 10:46:09 +02:00
committed by Tim Abbott
parent 2f3ae84e5a
commit 691598a88b
31 changed files with 6 additions and 34 deletions

View File

@@ -74,7 +74,6 @@ from django.utils.timezone import now as timezone_now
from confirmation.models import Confirmation, create_confirmation_link
from six.moves import filter
from six.moves import map
from six.moves import range
from six import unichr
from zerver.lib.create_user import random_api_key