refactor: calm clippy and remove unused imports

This commit is contained in:
Erica Marigold 2023-08-15 11:37:32 +05:30
parent 5d16f4cef6
commit f3a7cb2260
No known key found for this signature in database
GPG key ID: 23CD97ABBBCC5ED2

View file

@ -1,7 +1,6 @@
use std::{
fmt::Write,
path::{Path, PathBuf},
process::{exit, ExitCode},
path::PathBuf,
process::ExitCode,
};
use anyhow::{Error, Result};