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::{
12
12
use tokio:: sync:: { mpsc, oneshot} ;
13
13
use tokio:: time:: Instant ;
14
14
use tracing:: { info_span, instrument, Span } ;
15
- use std:: collections:: HashMap ;
16
15
17
16
/// Queue entry
18
17
#[ derive( Debug ) ]
@@ -402,6 +401,7 @@ impl From<ValidStoppingParameters> for StoppingCriteriaParameters {
402
401
#[ cfg( test) ]
403
402
mod tests {
404
403
use super :: * ;
404
+ use std:: collections:: HashMap ;
405
405
use std:: sync:: Arc ;
406
406
use tracing:: info_span;
407
407
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ use text_generation_router::validation::{
16
16
use tokio:: sync:: { mpsc, oneshot} ;
17
17
use tokio:: time:: Instant ;
18
18
use tracing:: { info_span, instrument, Instrument , Span } ;
19
- use std:: collections:: HashMap ;
20
19
21
20
/// Queue entry
22
21
#[ derive( Debug ) ]
You can’t perform that action at this time.
0 commit comments