mirror of
https://git.proxmox.com/git/proxmox-backup-qemu
synced 2025-10-04 12:57:20 +00:00
restore: sort use statements
pbs_api_types is one of our crates, so sort it like in the other modules.. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
dacbcad137
commit
c710ff5427
@ -3,11 +3,11 @@ use std::sync::{Arc, Mutex};
|
||||
|
||||
use anyhow::{bail, format_err, Error};
|
||||
use once_cell::sync::OnceCell;
|
||||
use pbs_api_types::BackupArchiveName;
|
||||
use tokio::runtime::Runtime;
|
||||
|
||||
use proxmox_async::runtime::get_runtime_with_builder;
|
||||
|
||||
use pbs_api_types::BackupArchiveName;
|
||||
use pbs_client::{BackupReader, HttpClient, HttpClientOptions, RemoteChunkReader};
|
||||
use pbs_datastore::cached_chunk_reader::CachedChunkReader;
|
||||
use pbs_datastore::data_blob::DataChunkBuilder;
|
||||
|
Loading…
Reference in New Issue
Block a user