From 04ae8fdf688c95237bd6570178219e323d332fe0 Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Fri, 26 May 2023 12:51:18 +0200 Subject: [PATCH] Remove unnecessary import --- tests/integration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration.rs b/tests/integration.rs index 6713afe..116e89f 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -1,6 +1,6 @@ use chorus::{ instance::{Instance, UserMeta}, - types::{Channel, ChannelCreateSchema, Guild, GuildCreateSchema, RegisterSchema, User}, + types::{Channel, ChannelCreateSchema, Guild, GuildCreateSchema, RegisterSchema}, URLBundle, };