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,10 +1,11 @@
import ujson
from mock import patch, MagicMock
from typing import Dict, Optional, Text
from zerver.models import Message
from zerver.lib.webhooks.git import COMMITS_LIMIT
import ujson
from mock import MagicMock, patch
from zerver.lib.test_classes import WebhookTestCase
from zerver.lib.webhooks.git import COMMITS_LIMIT
from zerver.models import Message
class GithubWebhookTest(WebhookTestCase):
STREAM_NAME = 'github'