Skip to content

Commit 3a8cd3b

Browse files
committed
Remove unused import
1 parent 05e7a74 commit 3a8cd3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analysis/find_freqs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use num::{complex::ComplexFloat, traits::float::FloatConst, Complex, Float, NumCast, One, Zero};
1+
use num::{complex::ComplexFloat, Complex, Float, NumCast, One, Zero};
22
use option_trait::{Maybe, StaticMaybe};
33

44
use crate::{quantities::{ListOrSingle, MaybeList, MaybeLists, MaybeOwnedList, OwnedList, OwnedLists}, systems::{Sos, Tf, Zpk}, transforms::system::ToZpk, System};

0 commit comments

Comments
 (0)