mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-22 02:54:21 +00:00
Remove unused import
This commit is contained in:
parent
230e500fc8
commit
af3ab04604
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ use std::fmt::{Error, Write};
|
|||
use std::str::FromStr;
|
||||
use anyhow::Context;
|
||||
use once_cell::sync::Lazy;
|
||||
use regex::{Captures, Regex};
|
||||
use regex::Regex;
|
||||
use teloxide::Bot;
|
||||
use teloxide::payloads::SendMessageSetters;
|
||||
use teloxide::prelude::Requester;
|
||||
|
|
Loading…
Reference in a new issue