Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-be committed Aug 19, 2024
1 parent 8b545d3 commit 1666da8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/async-sentiment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ use std::sync::mpsc;

use anyhow::Result;
use rust_bert::pipelines::sentiment::{Sentiment, SentimentConfig, SentimentModel};
use tokio::{sync::oneshot, task::{self, JoinHandle}};
use tokio::{
sync::oneshot,
task::{self, JoinHandle},
};

#[tokio::main]
async fn main() -> Result<()> {
Expand Down

0 comments on commit 1666da8

Please sign in to comment.