Skip to content

Commit

Permalink
Remove unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
KmolYuan committed Nov 20, 2023
1 parent 65d758f commit 705e5da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions four-bar/src/plot/plot3d.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
pub use super::*;
use efd::na;
use full_palette::GREY_600;
#[doc(no_inline)]
pub use plotters::{prelude::*, *};

const LIGHTGRAY: RGBAColor = RGBAColor(150, 150, 150, 0.4);

Expand Down

0 comments on commit 705e5da

Please sign in to comment.