mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-23 01:54:22 +00:00
Remove unused import
This commit is contained in:
parent
b8927f5af4
commit
39dbc3f1b7
1 changed files with 0 additions and 3 deletions
|
@ -7,9 +7,6 @@ use crate::data::deckcode::deck::Deck;
|
||||||
use crate::data::deckcode::format::DeckCodeFormat;
|
use crate::data::deckcode::format::DeckCodeFormat;
|
||||||
use crate::data::setbundle::card::{Card, CardIndex};
|
use crate::data::setbundle::card::{Card, CardIndex};
|
||||||
use crate::telegram::display::{display_card, display_deck};
|
use crate::telegram::display::{display_card, display_deck};
|
||||||
use std::collections::hash_map::DefaultHasher;
|
|
||||||
use std::hash::Hash;
|
|
||||||
use std::ptr::hash;
|
|
||||||
use teloxide::types::{
|
use teloxide::types::{
|
||||||
InlineQueryResult, InlineQueryResultArticle, InlineQueryResultPhoto, InputMessageContent,
|
InlineQueryResult, InlineQueryResultArticle, InlineQueryResultPhoto, InputMessageContent,
|
||||||
InputMessageContentText, ParseMode,
|
InputMessageContentText, ParseMode,
|
||||||
|
|
Loading…
Reference in a new issue