From b76ef3a293d33e0481736f33b141c7715c8476b8 Mon Sep 17 00:00:00 2001 From: sagi Date: Thu, 12 Nov 2015 05:25:44 +0000 Subject: [PATCH] make lint happy --- letsencrypt/client.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/letsencrypt/client.py b/letsencrypt/client.py index 65098bc18..53874b7dd 100644 --- a/letsencrypt/client.py +++ b/letsencrypt/client.py @@ -386,14 +386,14 @@ class Client(object): self.apply_enhancement(domains, "http-header", "Upgrade-Insecure-Requests") - if (redirect or hsts or uir): + if redirect or hsts or uir: self.installer.restart() def apply_enhancement(self, domains, enhancement, options=None): - """Applies an enhacement on all domains. + """Applies an enhacement on all domains. :param domains: list of ssl_vhosts - :type list of str + :type list of str :param enhancement: name of enhancement, e.g. http-header :type str