From 2fd1a7e7f48deb7c89d49ccb4e4c8013b54bc9da Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Tue, 15 Aug 2023 20:30:30 +0200 Subject: [PATCH] Remove unused import --- tests/gateway.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gateway.rs b/tests/gateway.rs index 3196f7c..4cc450a 100644 --- a/tests/gateway.rs +++ b/tests/gateway.rs @@ -1,7 +1,7 @@ mod common; use chorus::gateway::*; -use chorus::types::{self, Channel, ChannelModifySchema, Composite}; +use chorus::types::{self, Channel, ChannelModifySchema}; #[tokio::test] /// Tests establishing a connection (hello and heartbeats) on the local gateway;