[-] Remove unused imports

This commit is contained in:
Azalea Gui
2023-02-23 13:16:06 -05:00
parent efb13bdd0f
commit 09723cac05
+1 -3
View File
@@ -1,9 +1,7 @@
use std::collections::HashSet; use std::collections::HashSet;
use std::fs; use std::fs;
use std::fs::File;
use std::io::{BufRead, BufReader};
use std::path::Path; use std::path::Path;
use anyhow::{bail, Result}; use anyhow::{Result};
#[derive(Debug)] #[derive(Debug)]
pub struct Thumbnailer { pub struct Thumbnailer {