Skip to content

Commit

Permalink
REMOVE unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
yxdunc committed Oct 3, 2020
1 parent 389dfdd commit dd4ddbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/widget_main_chart.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use tui::widgets::{Dataset, Marker, Chart, Block, Axis, Widget};
use tui::style::{Style, Color};
use crate::plotting_utils::sample_line;
use std::ops::Range;
use std::cmp::max;

const SAMPLE_RATE: f64 = 0.01;

Expand Down

0 comments on commit dd4ddbe

Please sign in to comment.