]> git.proxmox.com Git - proxmox-backup.git/blobdiff - src/bin/proxmox_backup_manager/datastore.rs
drop pbs_tools::auth
[proxmox-backup.git] / src / bin / proxmox_backup_manager / datastore.rs
index 969e0420f71eeeca46f413c318763d21cbc13638..e5ef266034854a051602f400ee604c7aa172fd7c 100644 (file)
@@ -3,10 +3,11 @@ use serde_json::Value;
 
 use proxmox::api::{api, cli::*, RpcEnvironment, ApiHandler};
 
-use pbs_client::{connect_to_localhost, view_task_result};
+use pbs_client::view_task_result;
 use pbs_api_types::{DataStoreConfig, DATASTORE_SCHEMA};
 
 use proxmox_backup::api2;
+use proxmox_backup::client_helpers::connect_to_localhost;
 
 #[api(
     input: {