Skip to content

Commit ee16e88

Browse files
committed
Run formatter
1 parent 829acb6 commit ee16e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hostedpi/cli/sshkeys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
from typer import Exit, Typer
66

77
from ..exc import HostedPiException
8+
from ..models.sshkeys import SSHKeySources
89
from ..utils import remove_imported_ssh_keys, remove_ssh_keys_by_label
910
from . import arguments, options, utils
10-
from ..models.sshkeys import SSHKeySources
1111

1212

1313
keys_app = Typer()

0 commit comments

Comments
 (0)