some much-needed code cleanup

This commit is contained in:
silt! 2023-09-30 06:53:27 -04:00
parent 03337ba52e
commit 6db0a632e5

View File

@ -14,8 +14,11 @@
If not, see <https://www.gnu.org/licenses/>. If not, see <https://www.gnu.org/licenses/>.
*/ */
use age::{self, secrecy::ExposeSecret, Identity, Recipient}; use age::{self, secrecy::ExposeSecret};
use chrono::{prelude::{DateTime, Local}, SecondsFormat}; use chrono::{
prelude::{DateTime, Local},
SecondsFormat,
};
use glob_match::glob_match; use glob_match::glob_match;
use rayon::prelude::*; use rayon::prelude::*;
use std::{env, process}; use std::{env, process};