fix for clippy

Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
microwavedcola1 2023-02-15 08:38:21 +01:00
parent fa41c1c543
commit 719f14a900
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
use std::{collections::HashSet, str::FromStr, sync::Arc, time::Duration, time::Instant};
use std::{collections::HashSet, sync::Arc, time::Duration, time::Instant};
use crate::MangoClient;
use itertools::Itertools;