Add blank line for linter

This commit is contained in:
Nicole Thomas 2017-08-08 09:27:42 -04:00 committed by GitHub
parent 75e6e45087
commit aab0e3b1d0

View File

@ -186,6 +186,7 @@ def _get_serv(ret=None):
pool = _get_conn_pool(_options)
return redis.StrictRedis(connection_pool=pool)
def _get_ttl():
return __opts__.get('keep_jobs', 24) * 3600