mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
refactor: Remove six.moves.map import.
This commit is contained in:
@@ -12,7 +12,7 @@ import sys
|
||||
from time import sleep
|
||||
|
||||
from django.conf import settings
|
||||
from six.moves import map, zip_longest
|
||||
from six.moves import zip_longest
|
||||
from zerver.lib.str_utils import force_text
|
||||
|
||||
T = TypeVar('T')
|
||||
|
||||
Reference in New Issue
Block a user