mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
zerver/lib: remove import six.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
from types import TracebackType
|
||||
from typing import Any, Callable, Optional, Tuple, Type, TypeVar
|
||||
|
||||
import six
|
||||
import sys
|
||||
import time
|
||||
import ctypes
|
||||
import threading
|
||||
import six
|
||||
from six.moves import range
|
||||
|
||||
# Based on http://code.activestate.com/recipes/483752/
|
||||
|
||||
Reference in New Issue
Block a user