bot tests: Remove unnecessary imports.

This commit is contained in:
neiljp (Neil Pilgrim) 2018-06-09 17:36:43 -07:00 committed by showell
parent 031510410b
commit 509991f26f
15 changed files with 6 additions and 29 deletions

View file

@ -1,7 +1,5 @@
from zulip_bots.test_lib import BotTestCase, DefaultTests
from typing import Any
class TestHelpBot(BotTestCase, DefaultTests):
bot_name = "help"