mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +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:
@@ -1,4 +1,3 @@
|
||||
from six.moves import range
|
||||
from typing import Callable, List, Tuple, Union
|
||||
|
||||
####### Helpers
|
||||
|
||||
Reference in New Issue
Block a user