1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-22 11:04:21 +00:00

Remove unused import

This commit is contained in:
Steffo 2024-08-08 19:47:01 +02:00
parent 230e500fc8
commit af3ab04604
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -2,7 +2,7 @@ use std::fmt::{Error, Write};
use std::str::FromStr; use std::str::FromStr;
use anyhow::Context; use anyhow::Context;
use once_cell::sync::Lazy; use once_cell::sync::Lazy;
use regex::{Captures, Regex}; use regex::Regex;
use teloxide::Bot; use teloxide::Bot;
use teloxide::payloads::SendMessageSetters; use teloxide::payloads::SendMessageSetters;
use teloxide::prelude::Requester; use teloxide::prelude::Requester;