File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ use text_generation_router::validation::{
1212use tokio:: sync:: { mpsc, oneshot} ;
1313use tokio:: time:: Instant ;
1414use tracing:: { info_span, instrument, Span } ;
15- use std:: collections:: HashMap ;
1615
1716/// Queue entry
1817#[ derive( Debug ) ]
@@ -402,6 +401,7 @@ impl From<ValidStoppingParameters> for StoppingCriteriaParameters {
402401#[ cfg( test) ]
403402mod tests {
404403 use super :: * ;
404+ use std:: collections:: HashMap ;
405405 use std:: sync:: Arc ;
406406 use tracing:: info_span;
407407
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ use text_generation_router::validation::{
1616use tokio:: sync:: { mpsc, oneshot} ;
1717use tokio:: time:: Instant ;
1818use tracing:: { info_span, instrument, Instrument , Span } ;
19- use std:: collections:: HashMap ;
2019
2120/// Queue entry
2221#[ derive( Debug ) ]
You can’t perform that action at this time.
0 commit comments