mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +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,5 +1,4 @@
|
||||
from typing import Callable, List, Optional
|
||||
from six.moves import range
|
||||
|
||||
class TemplateParserException(Exception):
|
||||
def __init__(self, message):
|
||||
|
||||
Reference in New Issue
Block a user