Remove unused import

This commit is contained in:
bitfl0wer 2023-08-15 20:30:30 +02:00
parent a48850a241
commit 632f633e0c
No known key found for this signature in database
GPG Key ID: 0ACD574FCF5226CF
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;