From a5f65dcfd820167ed7d79905b564a5dd3c85df04 Mon Sep 17 00:00:00 2001 From: James Kasten Date: Wed, 28 Jan 2015 16:20:09 -0800 Subject: [PATCH] pep8 - remove extra whitespace --- letsencrypt/scripts/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/letsencrypt/scripts/main.py b/letsencrypt/scripts/main.py index d9658238e..2997d9188 100755 --- a/letsencrypt/scripts/main.py +++ b/letsencrypt/scripts/main.py @@ -180,7 +180,6 @@ def get_all_names(installer): return names - def read_file(filename): """Returns the given file's contents with universal new line support.