src/api2/config/remotes.rs: cleanup - avoid compiler warnings
This commit is contained in:
		@ -1,15 +1,9 @@
 | 
				
			|||||||
use std::path::PathBuf;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
use failure::*;
 | 
					use failure::*;
 | 
				
			||||||
use serde_json::Value;
 | 
					use serde_json::Value;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
use proxmox::api::{api, ApiHandler, ApiMethod, Router, RpcEnvironment};
 | 
					use proxmox::api::{api, ApiMethod, Router, RpcEnvironment};
 | 
				
			||||||
use proxmox::api::schema::*;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
use crate::api2::types::*;
 | 
					 | 
				
			||||||
use crate::backup::*;
 | 
					 | 
				
			||||||
use crate::config::remotes;
 | 
					use crate::config::remotes;
 | 
				
			||||||
use crate::tools;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
#[api(
 | 
					#[api(
 | 
				
			||||||
    input: {
 | 
					    input: {
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user