zerver/worker: Remove import six.

This commit is contained in:
rht
2017-09-27 10:13:30 +02:00
committed by Tim Abbott
parent 106375bd68
commit 2ae47525d3

View File

@@ -43,7 +43,6 @@ from zerver.lib.bot_lib import EmbeddedBotHandler, get_bot_handler
import os
import sys
import six
import ujson
from collections import defaultdict
import email