Merge pull request #132 from mxve/maint/cleanup-misc

maint: remove unused import
This commit is contained in:
2024-08-17 21:57:11 +02:00
committed by GitHub

View File

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