formatting

This commit is contained in:
OlivierDehaene 2023-02-02 12:55:46 +01:00
parent 9f45182cfd
commit 3f963d8a00

View File

@ -183,9 +183,9 @@ enum DatabaseCommand {
#[cfg(test)]
mod tests {
use super::*;
use std::sync::Arc;
use text_generation_client::{NextTokenChooserParameters, StoppingCriteriaParameters};
use tokio::sync::{mpsc, Semaphore};
use std::sync::Arc;
fn default_entry() -> Entry {
let semaphore = Arc::new(Semaphore::new(1));