refactor: Remove six.moves.map import.

This commit is contained in:
rht
2017-11-05 06:30:14 +01:00
committed by Tim Abbott
parent 549a26860f
commit 80a8d4f9f3
11 changed files with 5 additions and 12 deletions

View File

@@ -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')