Skip to content

Commit

Permalink
Merge pull request #127 from micwoj92/patch-1
Browse files Browse the repository at this point in the history
remove unused import
  • Loading branch information
haimgel authored Oct 22, 2023
2 parents c2ca727 + 0d14aed commit 064fb8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/platform/wake_displays.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ pub fn wake_displays() -> Result<()> {

#[cfg(target_os = "linux")]
pub fn wake_displays() -> Result<()> {
use anyhow::Context;
use std::{thread, time};
use uinput::event::controller::Controller::Mouse;
use uinput::event::controller::Mouse::Left;
Expand Down

0 comments on commit 064fb8a

Please sign in to comment.