pep8: Add compliance with rule E261 to zulip_openshift_config.py.
This commit is contained in:
parent
dc3f0f35ad
commit
2c63d7573d
|
@ -69,7 +69,7 @@ def format_deployment_message(
|
||||||
|
|
||||||
## If properly installed, the Zulip API should be in your import
|
## If properly installed, the Zulip API should be in your import
|
||||||
## path, but if not, set a custom path below
|
## 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
|
# Set this to your Zulip server's API URI
|
||||||
ZULIP_SITE = 'https://zulip.example.com'
|
ZULIP_SITE = 'https://zulip.example.com'
|
||||||
|
|
Loading…
Reference in a new issue