From 93b9046aed6b66f33f604f5c78d0146e36825bc6 Mon Sep 17 00:00:00 2001 From: Alexander Kukushkin Date: Fri, 26 Aug 2016 10:51:03 +0200 Subject: [PATCH] pep8 formatting --- patroni/ctl.py | 1 - 1 file changed, 1 deletion(-) diff --git a/patroni/ctl.py b/patroni/ctl.py index 22fad384..07ef8a64 100644 --- a/patroni/ctl.py +++ b/patroni/ctl.py @@ -843,4 +843,3 @@ def resume(config_file, cluster_name, dcs): click.echo('Failed: resume cluster management, status code={0}, ({1})'.format(r.status_code, r.text)) return -