Skip to content

Commit

Permalink
style: cleanup imports
Browse files Browse the repository at this point in the history
  • Loading branch information
joshka committed May 9, 2024
1 parent 17107af commit aa47342
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 aa47342

Please sign in to comment.