diff --git a/src/api_schema.rs b/src/api_schema.rs index 40fca497..d813620c 100644 --- a/src/api_schema.rs +++ b/src/api_schema.rs @@ -30,7 +30,3 @@ pub mod router { pub use super::{ApiHandler, ApiMethod, HttpError, RpcEnvironment, RpcEnvironmentType}; pub use proxmox::api::router::*; } - -pub mod schema { - pub use proxmox::api::schema::*; -}