remove unused import

This commit is contained in:
Zynh0722 2024-01-31 16:26:24 -08:00
parent 809fc3de61
commit df25227db5

View file

@ -1,4 +1,4 @@
use std::{io::ErrorKind, process::exit}; use std::process::exit;
use anyhow::anyhow; use anyhow::anyhow;