From 815cb0df3b3e3f9dd2078b00f85754da87b1d55e Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 5 Dec 2023 05:17:49 -0500 Subject: refactor: centralize storage handlers --- src/commands/general/ask.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/commands/general/ask.rs') diff --git a/src/commands/general/ask.rs b/src/commands/general/ask.rs index 4bbf82e..e1f008a 100644 --- a/src/commands/general/ask.rs +++ b/src/commands/general/ask.rs @@ -1,4 +1,5 @@ use crate::{consts, utils, Context}; + use color_eyre::eyre::{Context as _, Result}; /// ask teawie a question! -- cgit v1.2.3