From d8de4cc94804f586658d5ec13f32e5e97721fa99 Mon Sep 17 00:00:00 2001 From: Aditya Bansal Date: Sun, 7 May 2017 20:08:34 +0530 Subject: [PATCH] pep8: Add compliance with rule E261 to api/setup.py. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 190bc38..c885583 100755 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ package_info = dict( "examples/unsubscribe", ])] + list(recur_expand('share/zulip', 'integrations/')), scripts=["bin/zulip-send"], -) # type: Dict[str, Any] +) # type: Dict[str, Any] setuptools_info = dict( install_requires=['requests>=0.12.1',