mirror of https://github.com/zulip/zulip.git
zerver/worker: Remove `import six`.
This commit is contained in:
parent
106375bd68
commit
2ae47525d3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue