cleanup: Remove more unused imports.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg 2020-04-18 17:01:50 -07:00 committed by Tim Abbott
parent 2f6623bbc4
commit adde59e5c3
2 changed files with 0 additions and 4 deletions

View file

@ -1,8 +1,6 @@
from unittest.mock import Mock, patch from unittest.mock import Mock, patch
from zulip_bots.test_lib import ( from zulip_bots.test_lib import (
get_bot_message_handler,
StubBotHandler,
BotTestCase, BotTestCase,
DefaultTests, DefaultTests,
) )

View file

@ -1,8 +1,6 @@
from zulip_bots.test_lib import ( from zulip_bots.test_lib import (
StubBotHandler,
BotTestCase, BotTestCase,
DefaultTests, DefaultTests,
get_bot_message_handler,
) )