removed trailing spaces, reran black
This commit is contained in:
parent
5c1971956e
commit
c6d28f7047
4 changed files with 13 additions and 13 deletions
|
|
@ -2,5 +2,6 @@ import typing
|
||||||
|
|
||||||
from .downloader import main as real_main
|
from .downloader import main as real_main
|
||||||
|
|
||||||
|
|
||||||
def main(args: [str], name: str) -> int:
|
def main(args: [str], name: str) -> int:
|
||||||
return real_main(args=args, name=name)
|
return real_main(args=args, name=name)
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,7 @@ class LinodeProxy:
|
||||||
create_cmd = (
|
create_cmd = (
|
||||||
"linode-cli --json linodes create "
|
"linode-cli --json linodes create "
|
||||||
+ "--image linode/arch "
|
+ "--image linode/arch "
|
||||||
+ '--authorized_keys '
|
+ "--authorized_keys "
|
||||||
+ '"'
|
+ '"'
|
||||||
+ self.pubkey
|
+ self.pubkey
|
||||||
+ '"'
|
+ '"'
|
||||||
|
|
|
||||||
|
|
@ -39,4 +39,3 @@ def runcmd(args):
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
proc.terminate()
|
proc.terminate()
|
||||||
return b""
|
return b""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue