From e0340047fbee2577d7df6ae771df2e257d13ed3c Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Wed, 16 Aug 2023 01:11:48 +0200 Subject: [PATCH] Remove import --- tests/gateway.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gateway.rs b/tests/gateway.rs index 09fcc63..9cbcc49 100644 --- a/tests/gateway.rs +++ b/tests/gateway.rs @@ -1,7 +1,7 @@ mod common; use chorus::gateway::*; -use chorus::types::{self, Channel, ChannelModifySchema}; +use chorus::types::{self, ChannelModifySchema}; #[tokio::test] /// Tests establishing a connection (hello and heartbeats) on the local gateway;