another import cleanup

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2021-09-01 14:37:11 +02:00
parent 42dad3abd3
commit 4c1b776168
20 changed files with 42 additions and 41 deletions

View File

@ -1,7 +1,8 @@
use anyhow::Error;
use pbs_tools::run_command;
use crate::{
tools::run_command,
api2::types::ScsiTapeChanger,
tape::changer::{
MtxStatus,

View File

@ -29,10 +29,10 @@ use proxmox::{
use pbs_api_types::Fingerprint;
use pbs_datastore::key_derivation::KeyConfig;
use pbs_tools::run_command;
use crate::{
config,
tools::run_command,
api2::types::{
MamAttribute,
LtoDriveAndMediaStatus,