diff options
Diffstat (limited to 'src/commands/general/mod.rs')
| -rw-r--r-- | src/commands/general/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/general/mod.rs b/src/commands/general/mod.rs index 1031d5b..c872272 100644 --- a/src/commands/general/mod.rs +++ b/src/commands/general/mod.rs @@ -1,6 +1,6 @@ use crate::Data; -use color_eyre::eyre::Report; +use eyre::Report; use poise::Command; mod ask; |
