mirror of
https://github.com/danog/ytop.git
synced 2024-11-26 20:15:03 +01:00
Remove unused import (Close #14)
This commit is contained in:
parent
9b0f3d038e
commit
2222f499c0
@ -12,7 +12,7 @@ use std::time::Duration;
|
||||
|
||||
use anyhow::Result;
|
||||
use crossbeam_channel::{select, tick, unbounded, Receiver};
|
||||
use crossterm::{AlternateScreen, InputEvent, KeyEvent, MouseEvent};
|
||||
use crossterm::{AlternateScreen, InputEvent, KeyEvent};
|
||||
use num_rational::Ratio;
|
||||
use platform_dirs::{AppDirs, AppUI};
|
||||
use structopt::StructOpt;
|
||||
|
Loading…
Reference in New Issue
Block a user