Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
pk5ls20 committed Feb 6, 2025
1 parent 90eebed commit 3c6011d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/multi-login.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use mania::{Client, ClientConfig, DeviceInfo, KeyStore};
use std::fs;
use std::io::Write;
use std::sync::Arc;
use uuid::Uuid;

#[tokio::main]
Expand Down

0 comments on commit 3c6011d

Please sign in to comment.