Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jecsham committed May 22, 2022
1 parent 824b114 commit 7905c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use serde::{Deserialize, Serialize};
use serde_json::json;
use wmi::variant::Variant;
use wmi::{COMLibrary, WMIConnection};
use wmi::WMIConnection;

fn get_system_data() -> Result<String, Box<dyn std::error::Error>> {
// let com_con = COMLibrary::new()?;
Expand Down

0 comments on commit 7905c25

Please sign in to comment.