From 93cf879ddee1e492d66b02a41965323f5a165784 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Tue, 20 Dec 2016 13:04:48 -0500 Subject: pep8: whitespace fix --- cloudinit/ssh_util.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cloudinit/ssh_util.py b/cloudinit/ssh_util.py index 0d595b02..1aebfe3f 100644 --- a/cloudinit/ssh_util.py +++ b/cloudinit/ssh_util.py @@ -50,6 +50,7 @@ VALID_KEY_TYPES = ( "ssh-rsa-cert-v01@openssh.com", ) + class AuthKeyLine(object): def __init__(self, source, keytype=None, base64=None, comment=None, options=None): -- cgit v1.2.3