mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
remove unused use
This commit is contained in:
parent
7600a88312
commit
b3d8d70a7c
1 changed files with 2 additions and 3 deletions
|
@ -5,9 +5,8 @@ use crate::{
|
|||
payloads::{GetMe, SendMessage, *},
|
||||
requests::Request,
|
||||
types::{
|
||||
AllowedUpdate, BotCommand, ChatAction, ChatId, ChatPermissions, InlineQueryResult,
|
||||
InputFile, InputMedia, InputSticker, LabeledPrice, PassportElementError, PollType,
|
||||
TargetMessage,
|
||||
BotCommand, ChatAction, ChatId, ChatPermissions, InlineQueryResult, InputFile, InputMedia,
|
||||
InputSticker, LabeledPrice, PassportElementError, PollType, TargetMessage,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue