Skip to content

Commit

Permalink
Fix isort
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <fabrice.normandin@gmail.com>
  • Loading branch information
lebrice committed Oct 6, 2023
1 parent c8c7261 commit 96b2de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion milatools/cli/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import paramiko
import questionary as qn
from invoke.exceptions import UnexpectedExit
from sshconf import SshConfigFile, read_ssh_config, ConfigLine
from sshconf import ConfigLine, SshConfigFile, read_ssh_config

control_file_var = contextvars.ContextVar("control_file", default="/dev/null")

Expand Down

0 comments on commit 96b2de0

Please sign in to comment.