Skip to content

Commit

Permalink
Removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
GamingGuy003 committed Oct 19, 2024
1 parent 9c14bd7 commit 30a4d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/utils/usb_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use std::{fmt::Display, path::PathBuf};
#[cfg(not(target_os = "windows"))]
use log::debug;
#[cfg(target_os = "windows")]
use log::{debug, info};
use log::debug;
use serde::{Deserialize, Serialize};

#[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash, Default)]
Expand Down

0 comments on commit 30a4d53

Please sign in to comment.