mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 02:17:19 +00:00
tools: Upgrade Pycodestyle and fix new linter errors.
Here, we are upgrading pycodestyle version from 2.4.0 to 2.5.0. Fixes: #11396.
This commit is contained in:
committed by
Tim Abbott
parent
07bac66db7
commit
e1772b3b8f
@@ -720,7 +720,7 @@ class WebhookTestCase(ZulipTestCase):
|
||||
|
||||
def send_and_test_private_message(self, fixture_name: str, expected_topic: str=None,
|
||||
expected_message: str=None, content_type: str="application/json",
|
||||
**kwargs: Any)-> Message:
|
||||
**kwargs: Any) -> Message:
|
||||
payload = self.get_body(fixture_name)
|
||||
if content_type is not None:
|
||||
kwargs['content_type'] = content_type
|
||||
|
||||
Reference in New Issue
Block a user