Skip to content

Commit

Permalink
unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tazz4843 committed Feb 5, 2024
1 parent f7f6d0a commit e91e067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripty_bot_utils/src/error/handler.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use std::{borrow::Cow, fmt::Write, future::Future, pin::Pin};
use std::{borrow::Cow, fmt::Write};

use poise::{BoxFuture, FrameworkError};
use serenity::{
Expand Down

0 comments on commit e91e067

Please sign in to comment.