tests/verify-api.rs: remove unused use clause

This commit is contained in:
Dietmar Maurer 2019-12-01 09:51:05 +01:00
parent b8a82922c7
commit d69fcf3080

View File

@ -3,7 +3,6 @@ use failure::*;
use proxmox_backup::api2;
use proxmox::api::*;
use proxmox::api::schema::*;
use proxmox::api::router::*;
// Simply test if api lookup tables inside Routers and Schemas are
// correctly sorted.