aboutsummaryrefslogtreecommitdiff
path: root/azalea/examples/pvp.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea/examples/pvp.rs')
-rw-r--r--azalea/examples/pvp.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/azalea/examples/pvp.rs b/azalea/examples/pvp.rs
index 9405cb6f..a2f070f0 100644
--- a/azalea/examples/pvp.rs
+++ b/azalea/examples/pvp.rs
@@ -1,7 +1,6 @@
-use std::sync::Arc;
-
use azalea::{pathfinder, Account, Accounts, Client, Event};
use parking_lot::Mutex;
+use std::sync::Arc;
#[tokio::main]
async fn main() {