remove unused import
This commit is contained in:
parent
809fc3de61
commit
df25227db5
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
use std::{io::ErrorKind, process::exit};
|
||||
use std::process::exit;
|
||||
|
||||
use anyhow::anyhow;
|
||||
|
||||
|
|
Loading…
Reference in a new issue