remove unused use

This commit is contained in:
Waffle 2021-03-06 10:58:18 +03:00
parent 7600a88312
commit b3d8d70a7c

View file

@ -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,
},
};