Remove unused import

This commit is contained in:
2024-04-28 20:54:29 +02:00
parent b4ba160aa2
commit bb6c21c1b0

View File

@@ -7,7 +7,6 @@ pub mod utils;
use once_cell::sync::Lazy;
use smartstring::alias::String as SmartString;
use teloxide::stop::StopToken;
use teloxide::update_listeners::webhooks;
use tokio::task::JoinSet;
use tracing::log;