maint: remove unused import

This commit is contained in:
2024-08-17 21:54:05 +02:00
committed by GitHub
parent 98b446d10b
commit fa31a548e5

View File

@@ -1,6 +1,6 @@
use std::{ use std::{
fs, fs,
path::{Path, PathBuf}, path::{Path},
}; };
use colored::Colorize; use colored::Colorize;