Remove duplicate imports

This commit is contained in:
Eric Seidel
2023-03-15 09:49:07 -07:00
parent d880898b85
commit ea132796f5
-4
View File
@@ -8,10 +8,6 @@ use std::io::Write;
use std::path::PathBuf;
use std::string::ToString;
use std::fs::File;
use std::io::Write;
use std::path::PathBuf;
use crate::cache::UpdaterState;
use crate::config::{current_arch, current_platform, ResolvedConfig};