fix regression tests

This commit is contained in:
Dietmar Maurer
2021-09-10 12:45:06 +02:00
parent 6227654ad8
commit 67a5cf4714
6 changed files with 22 additions and 40 deletions

View File

@ -5,19 +5,14 @@
use std::path::PathBuf;
use anyhow::Error;
use proxmox::tools::{
Uuid,
};
use proxmox::tools::Uuid;
use pbs_api_types::{RetentionPolicy, MediaSetPolicy};
use crate::{
api2::types::{
MediaSetPolicy,
RetentionPolicy,
},
tape::{
Inventory,
MediaPool,
file_formats::{
MediaSetLabel,
},