python: Sort imports in webhooks.

This commit is contained in:
Tim Abbott
2017-11-15 15:43:10 -08:00
parent c377db7d04
commit 73a668e7ae
89 changed files with 375 additions and 333 deletions

View File

@@ -1,9 +1,10 @@
import ujson
from typing import Dict, Optional, Text
from zerver.models import Message
from zerver.lib.webhooks.git import COMMITS_LIMIT
import ujson
from zerver.lib.test_classes import WebhookTestCase
from zerver.lib.webhooks.git import COMMITS_LIMIT
from zerver.models import Message
class GithubV1HookTests(WebhookTestCase):
STREAM_NAME = None # type: Optional[Text]