Remove unnecessary import

This commit is contained in:
bitfl0wer 2023-05-26 12:51:18 +02:00
parent 96c7c129f2
commit 04ae8fdf68
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,6 +1,6 @@
use chorus::{
instance::{Instance, UserMeta},
types::{Channel, ChannelCreateSchema, Guild, GuildCreateSchema, RegisterSchema, User},
types::{Channel, ChannelCreateSchema, Guild, GuildCreateSchema, RegisterSchema},
URLBundle,
};