Remove unused import

This commit is contained in:
bitfl0wer 2023-08-15 20:30:30 +02:00
parent c03b250248
commit 2fd1a7e7f4
1 changed files with 1 additions and 1 deletions

View File

@ -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;