pep8: Add compliance with rule E261 bots_test_lib.py.

This commit is contained in:
Aditya Bansal 2017-06-04 15:15:58 +05:30 committed by Tim Abbott
parent dd4a488ee5
commit 72ddcc1902

View file

@ -23,7 +23,7 @@ from types import ModuleType
current_dir = os.path.dirname(os.path.abspath(__file__))
class BotTestCase(TestCase):
bot_name = '' # type: str
bot_name = '' # type: str
def check_expected_responses(self, expectations, expected_method='send_reply', email="foo_sender@zulip.com", recipient="foo", subject="foo", type="all"):
# type: (Dict[str, Any], str, str, str, str, str) -> None