2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-13 16:56:33 +00:00

chore(style): format string indents

This commit is contained in:
gavin 2019-11-04 17:10:39 +05:30 committed by GitHub
parent 787625fe28
commit 13c4db4c2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,6 @@ def set_mariadb_host(host):
def set_redis_cache_host(host):
"""
Set Redis cache host for bench
Eg: bench set-redis-cache-host localhost:6379/1
"""
from bench.utils import set_redis_cache_host
@ -83,7 +82,6 @@ def set_redis_cache_host(host):
def set_redis_queue_host(host):
"""
Set Redis queue host for bench
Eg: bench set-redis-queue-host localhost:6379/2
"""
from bench.utils import set_redis_queue_host
@ -94,7 +92,6 @@ def set_redis_queue_host(host):
def set_redis_socketio_host(host):
"""
Set Redis socketio host for bench
Eg: bench set-redis-socketio-host localhost:6379/3
"""
from bench.utils import set_redis_socketio_host