removed trailing spaces, reran black

This commit is contained in:
Andrea Rogers 2021-10-16 16:55:25 -04:00
commit c6d28f7047
4 changed files with 13 additions and 13 deletions

View file

@ -65,7 +65,7 @@ class LinodeProxy:
create_cmd = (
"linode-cli --json linodes create "
+ "--image linode/arch "
+ '--authorized_keys '
+ "--authorized_keys "
+ '"'
+ self.pubkey
+ '"'