another import cleanup
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
use anyhow::Error;
|
||||
|
||||
use pbs_tools::run_command;
|
||||
|
||||
use crate::{
|
||||
tools::run_command,
|
||||
api2::types::ScsiTapeChanger,
|
||||
tape::changer::{
|
||||
MtxStatus,
|
||||
|
@ -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,
|
||||
|
Reference in New Issue
Block a user