From f12ef3b933932db9dc84a6374d9ca9bbaf87d8da Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Sat, 24 Jan 2015 20:30:58 +0000 Subject: [PATCH] whitespace --- letsencrypt/scripts/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/letsencrypt/scripts/main.py b/letsencrypt/scripts/main.py index 143b347af..0fd3f99c8 100755 --- a/letsencrypt/scripts/main.py +++ b/letsencrypt/scripts/main.py @@ -95,7 +95,6 @@ def main(): # pylint: disable=too-many-statements # Use the same object if possible if interfaces.IAuthenticator.providedBy(installer): # pylint: disable=no-member - auth = installer else: auth = determine_authenticator()