From 451da4923b62acc87101de4726f0118cac49a364 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 30 May 2022 14:01:22 +0200 Subject: [PATCH] drop unused import Signed-off-by: Wolfgang Bumiller --- pbs-config/src/datastore.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbs-config/src/datastore.rs b/pbs-config/src/datastore.rs index 161fda2f..88dd0c34 100644 --- a/pbs-config/src/datastore.rs +++ b/pbs-config/src/datastore.rs @@ -2,7 +2,7 @@ use anyhow::Error; use lazy_static::lazy_static; use std::collections::HashMap; -use proxmox_schema::{AllOfSchema, ApiType, Schema}; +use proxmox_schema::{AllOfSchema, ApiType}; use proxmox_section_config::{SectionConfig, SectionConfigData, SectionConfigPlugin}; use pbs_api_types::{DataStoreConfig, DATASTORE_SCHEMA};