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

@@ -11,7 +11,7 @@ from collections import defaultdict
from itertools import permutations, chain
import ujson
from six.moves import range, zip
from six.moves import zip
from typing import Any, Dict, List, Text
# Emojisets that we currently support.