]> git.proxmox.com Git - proxmox-backup.git/blobdiff - src/bin/proxmox_tape/backup_job.rs
drop pbs_tools::auth
[proxmox-backup.git] / src / bin / proxmox_tape / backup_job.rs
index 65e1ac4525162cc24157d5510baa38250be54039..b5662f169d9bb0b733aca5d87bce88c1c53a233e 100644 (file)
@@ -4,9 +4,10 @@ use serde_json::Value;
 use proxmox::api::{api, cli::*, RpcEnvironment, ApiHandler};
 
 use pbs_api_types::JOB_ID_SCHEMA;
-use pbs_client::{connect_to_localhost, view_task_result};
+use pbs_client::view_task_result;
 
 use proxmox_backup::api2;
+use proxmox_backup::client_helpers::connect_to_localhost;
 
 #[api(
     input: {