zulip_botserver: Remove unused imports and do some other cleanup.

This commit is contained in:
Guitar1st 2018-05-14 19:08:03 +00:00
parent 292a3bc067
commit 641665c338
3 changed files with 19 additions and 23 deletions

View file

@ -2,7 +2,6 @@ from __future__ import absolute_import
import mock
import unittest
from typing import Any
from zulip_botserver import server
from .server_test_lib import BotServerTestCase
import six