mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
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:
@@ -6,7 +6,6 @@ import base64
|
||||
import ujson
|
||||
import os
|
||||
import string
|
||||
from six.moves import range
|
||||
|
||||
from typing import Optional, Text
|
||||
|
||||
|
||||
Reference in New Issue
Block a user