]> git.proxmox.com Git - proxmox-backup.git/commitdiff
tests/verify-api.rs: remove unused use clause
authorDietmar Maurer <dietmar@proxmox.com>
Sun, 1 Dec 2019 08:51:05 +0000 (09:51 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Sun, 1 Dec 2019 08:51:05 +0000 (09:51 +0100)
tests/verify-api.rs

index 74e1179f37eea66b4a527491bc15b65cb87f8862..607cd1f294ad2c08abd53dc5cc122f83490b3b11 100644 (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.