forked from Proxmox/proxmox
more api type cleanups: avoid re-exports
This commit is contained in:
parent
80f7bf3822
commit
a4e56bff60
@ -7,7 +7,7 @@ use lazy_static::lazy_static;
|
||||
|
||||
use proxmox::tools::fs::{create_path, CreateOptions};
|
||||
|
||||
use crate::api2::types::{RRDMode, RRDTimeFrameResolution};
|
||||
use pbs_api_types::{RRDMode, RRDTimeFrameResolution};
|
||||
|
||||
use super::*;
|
||||
|
||||
|
@ -3,7 +3,7 @@ use std::path::Path;
|
||||
|
||||
use anyhow::Error;
|
||||
|
||||
use crate::api2::types::{RRDMode, RRDTimeFrameResolution};
|
||||
use pbs_api_types::{RRDMode, RRDTimeFrameResolution};
|
||||
|
||||
pub const RRD_DATA_ENTRIES: usize = 70;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user