mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
webhooks: Remove unused imports.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
committed by
Tim Abbott
parent
e984107966
commit
39ac378220
@@ -10,8 +10,6 @@ from zerver.lib.send_email import FromAddress
|
||||
from zerver.decorator import REQ, has_request_variables, api_key_only_webhook_view
|
||||
from zerver.models import UserProfile
|
||||
|
||||
import ujson
|
||||
|
||||
MISCONFIGURED_PAYLOAD_ERROR_MESSAGE = """
|
||||
Hi there! Your bot {bot_name} just received a Zabbix payload that is missing
|
||||
some data that Zulip requires. This usually indicates a configuration issue
|
||||
|
||||
Reference in New Issue
Block a user