remove unused import

main
Zynh0722 2024-01-31 16:26:24 -08:00
parent 809fc3de61
commit df25227db5
1 changed files with 1 additions and 1 deletions

View File

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