Skip to content

Commit

Permalink
Fix clippy warnings
Browse files Browse the repository at this point in the history
Removed obsolete imports
  • Loading branch information
pentamassiv authored Sep 9, 2024
1 parent 4042661 commit 50b605e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/common/enigo_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ use std::net::{TcpListener, TcpStream};
use tungstenite::accept;

use enigo::{
Axis, Button,
Coordinate::{self, Abs},
Axis, Coordinate,
Direction::{self, Click, Press, Release},
Enigo, Key, Keyboard, Mouse, Settings,
};
Expand Down

0 comments on commit 50b605e

Please sign in to comment.