Remove import

This commit is contained in:
bitfl0wer 2023-08-16 01:11:48 +02:00
parent 93c9f669de
commit c5cfa9ba19
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};
use chorus::types::{self, ChannelModifySchema};
#[tokio::test]
/// Tests establishing a connection (hello and heartbeats) on the local gateway;