pep8: Add compliance with rule E261 to zulip_openshift_config.py.

This commit is contained in:
Aditya Bansal 2017-05-07 20:08:09 +05:30 committed by Tim Abbott
parent dc3f0f35ad
commit 2c63d7573d

View file

@ -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'