Remove usage of six.moves.string_types.

This commit is contained in:
rht
2017-11-09 09:01:13 +01:00
committed by Tim Abbott
parent bb46bea44d
commit 5937141264
2 changed files with 0 additions and 2 deletions

View File

@@ -3,7 +3,6 @@
import ujson
from typing import Any, Mapping, List
from unittest import mock
from six import string_types
from zerver.lib.emoji import emoji_name_to_emoji_code
from zerver.lib.request import JsonableError