whitespace

This commit is contained in:
Jakub Warmuz
2015-01-24 20:30:58 +00:00
parent 982fa19628
commit f12ef3b933
-1
View File
@@ -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()