fix: adjust imports

This commit is contained in:
drbh 2025-04-22 17:07:28 +00:00
parent 61a50a81c0
commit 81656bd016
2 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,6 @@ use text_generation_router::validation::{
use tokio::sync::{mpsc, oneshot};
use tokio::time::Instant;
use tracing::{info_span, instrument, Span};
use std::collections::HashMap;
/// Queue entry
#[derive(Debug)]
@ -402,6 +401,7 @@ impl From<ValidStoppingParameters> for StoppingCriteriaParameters {
#[cfg(test)]
mod tests {
use super::*;
use std::collections::HashMap;
use std::sync::Arc;
use tracing::info_span;

View File

@ -16,7 +16,6 @@ use text_generation_router::validation::{
use tokio::sync::{mpsc, oneshot};
use tokio::time::Instant;
use tracing::{info_span, instrument, Instrument, Span};
use std::collections::HashMap;
/// Queue entry
#[derive(Debug)]