Remove unused import

This commit is contained in:
bitfl0wer 2023-06-09 20:49:02 +02:00
parent 486e210062
commit 7a0a9baa45
No known key found for this signature in database
GPG Key ID: 84BBB60DF895ABF2
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
use crate::types::{entities::Channel, Snowflake};
use crate::types::entities::Channel;
use serde::{Deserialize, Serialize};
#[derive(Debug, Deserialize, Serialize)]