remove useless import

This commit is contained in:
2026-04-13 10:49:52 +02:00
parent 001b6f660c
commit 381560eef8

View File

@@ -1,4 +1,4 @@
use tonic::{Request, transport::Channel};
use tonic::{transport::Channel};
use grpc::stream_list::{
v3_data_live_chat_message_service_client::V3DataLiveChatMessageServiceClient
};