botserver: Fix mypy error.
This commit is contained in:
parent
7124f9dc14
commit
b1ab308c26
|
@ -12,6 +12,7 @@ from werkzeug.exceptions import BadRequest
|
||||||
from six.moves.configparser import SafeConfigParser
|
from six.moves.configparser import SafeConfigParser
|
||||||
|
|
||||||
from zulip import Client
|
from zulip import Client
|
||||||
|
from zulip_bots.custom_exceptions import ConfigValidationError
|
||||||
from zulip_bots.lib import ExternalBotHandler, StateHandler
|
from zulip_bots.lib import ExternalBotHandler, StateHandler
|
||||||
|
|
||||||
bots_config = {} # type: Dict[str, Mapping[str, str]]
|
bots_config = {} # type: Dict[str, Mapping[str, str]]
|
||||||
|
|
Loading…
Reference in a new issue