removed unused import

This commit is contained in:
Valerie Wolfe 2023-08-26 00:02:28 -04:00
parent 3f6e996c64
commit 502e5a7615

View file

@ -1,7 +1,7 @@
//! configuration struct and implementations
use std::{
collections::{ BTreeMap, HashMap },
collections::BTreeMap,
env::var,
fs::{ create_dir, read_to_string, File },
io::Error,