refactor: cleanup un-used import
This commit is contained in:
parent
a0ad592374
commit
e5592ad1c9
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ use image::{Rgb, RgbImage};
|
|||
use imageproc::drawing::{draw_text_mut, text_size};
|
||||
use once_cell::sync::Lazy;
|
||||
use rayon::{
|
||||
iter::{IntoParallelIterator, IntoParallelRefIterator, ParallelIterator},
|
||||
iter::{IntoParallelIterator, ParallelIterator},
|
||||
str::ParallelString,
|
||||
};
|
||||
use regex::Regex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue