Skip to content

Commit

Permalink
Tweak imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gabotechs committed Jan 11, 2025
1 parent 6a6a97d commit 3c87207
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/backend/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ async fn web_app() -> Html<&'static str> {
mod tests {
use async_trait::async_trait;
use std::sync::atomic::{AtomicU16, Ordering};

use std::time::Duration;
use futures_util::{SinkExt, StreamExt};
use serde::de::DeserializeOwned;
use serde::Serialize;
Expand All @@ -89,9 +89,7 @@ mod tests {

use crate::backend::_test_utils::DummyJobProcessor;
use crate::backend::music_gpt_chat::{AiChatEntry, ChatEntry, UserChatEntry};
use crate::backend::music_gpt_ws_handler::{
ChatRequest, GenerateAudioRequest, InboundMsg, OutboundMsg,
};
use crate::backend::music_gpt_ws_handler::{AbortGenerationRequest, ChatRequest, GenerateAudioRequest, InboundMsg, OutboundMsg};

use super::*;

Expand Down

0 comments on commit 3c87207

Please sign in to comment.