Skip to content

Commit

Permalink
style: cleanup imports
Browse files Browse the repository at this point in the history
  • Loading branch information
joshka authored and Rustin170506 committed May 11, 2024
1 parent 2f3d58e commit 2b11d29
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tokio-console/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ use color_eyre::{eyre::eyre, Help, SectionExt};
use console_api::tasks::TaskDetails;
use state::State;

use futures::{
future,
stream::{StreamExt, TryStreamExt},
};
use futures::stream::StreamExt;
use ratatui::{
layout::{Constraint, Direction, Layout},
style::Color,
Expand All @@ -16,7 +13,6 @@ use tokio::sync::{mpsc, watch};

use crate::{
config::AllowedWarnings,
input::{Event, KeyEvent, KeyEventKind},
view::{bold, UpdateKind},
};

Expand Down

0 comments on commit 2b11d29

Please sign in to comment.