Fixing the pre-commit after rebase.

This commit is contained in:
Nicolas Patry 2024-09-24 22:24:44 +02:00
parent 02b25e524d
commit ebe33e7dbc
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863

View File

@ -6,8 +6,8 @@ mod utils;
use crate::app::App;
use crate::event::Event;
use ratatui::crossterm::ExecutableCommand;
use ratatui::backend::CrosstermBackend;
use ratatui::crossterm::ExecutableCommand;
use ratatui::Terminal;
use std::io;
use text_generation_client::v3::{GrammarType, NextTokenChooserParameters, ShardedClient};