Remove unnecessary import

This commit is contained in:
bitfl0wer 2023-05-26 12:51:18 +02:00
parent 5b324db391
commit 388ee74839
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
use chorus::{ use chorus::{
instance::{Instance, UserMeta}, instance::{Instance, UserMeta},
types::{Channel, ChannelCreateSchema, Guild, GuildCreateSchema, RegisterSchema, User}, types::{Channel, ChannelCreateSchema, Guild, GuildCreateSchema, RegisterSchema},
URLBundle, URLBundle,
}; };