This commit is contained in:
Wojciech Kozlowski 2023-04-14 16:15:53 +02:00
parent c87e710d69
commit b695188ff4

View File

@ -11,7 +11,7 @@ use std::{
use openssh::{KnownHosts, Session}; use openssh::{KnownHosts, Session};
use tokio::runtime::{self, Runtime}; use tokio::runtime::{self, Runtime};
use super::{Error, BeetsLibraryExecutor}; use super::{BeetsLibraryExecutor, Error};
const BEET_DEFAULT: &str = "beet"; const BEET_DEFAULT: &str = "beet";