mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 17:36:27 +00:00
python: Sort webhooks imports with isort.
This commit is contained in:
@@ -4,6 +4,7 @@ from django.conf import settings
|
||||
from zerver.lib.test_classes import WebhookTestCase
|
||||
from zerver.models import get_system_bot
|
||||
|
||||
|
||||
class HelloWorldHookTests(WebhookTestCase):
|
||||
STREAM_NAME = 'test'
|
||||
URL_TEMPLATE = "/api/v1/external/helloworld?&api_key={api_key}&stream={stream}"
|
||||
|
||||
Reference in New Issue
Block a user