removed unused import

This commit is contained in:
2023-01-21 18:17:54 +01:00
parent 4ecc5e6867
commit 1ede60df34

View File

@@ -1,4 +1,4 @@
use std::{collections::HashMap, env, fs, path::Path}; use std::{collections::HashMap, fs, path::Path};
use crate::app::builder::{asciidoctor::AsciiDoctorBuilder, Builder}; use crate::app::builder::{asciidoctor::AsciiDoctorBuilder, Builder};