From 2c63d7573daf36a8fe5d1dd10a79a62852586f16 Mon Sep 17 00:00:00 2001 From: Aditya Bansal Date: Sun, 7 May 2017 20:08:09 +0530 Subject: [PATCH] pep8: Add compliance with rule E261 to zulip_openshift_config.py. --- integrations/openshift/zulip_openshift_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/openshift/zulip_openshift_config.py b/integrations/openshift/zulip_openshift_config.py index 6e36e5a..9f4296d 100755 --- a/integrations/openshift/zulip_openshift_config.py +++ b/integrations/openshift/zulip_openshift_config.py @@ -69,7 +69,7 @@ def format_deployment_message( ## If properly installed, the Zulip API should be in your import ## path, but if not, set a custom path below -ZULIP_API_PATH = None # type: str +ZULIP_API_PATH = None # type: str # Set this to your Zulip server's API URI ZULIP_SITE = 'https://zulip.example.com'