python: Reformat with Black, except quotes.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-11 23:19:30 -08:00
committed by Tim Abbott
parent 5028c081cb
commit 11741543da
817 changed files with 44952 additions and 24860 deletions

View File

@@ -65,8 +65,7 @@ New Prospect Application Trisha Troy (ID: 968190), applying for:
)
@patch('zerver.webhooks.greenhouse.view.check_send_webhook_message')
def test_ping_message_ignore(
self, check_send_webhook_message_mock: MagicMock) -> None:
def test_ping_message_ignore(self, check_send_webhook_message_mock: MagicMock) -> None:
self.url = self.build_webhook_url()
payload = self.get_body('ping_event')
result = self.client_post(self.url, payload, content_type=self.CONTENT_TYPE)