Skip to content

Commit

Permalink
remove unnecessary imports (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs authored Mar 25, 2024
1 parent c7248f2 commit 27b3bef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/helmholtz_3d.rs
Original file line number Diff line number Diff line change
Expand Up @@ -511,14 +511,12 @@ mod test {

use super::*;
use approx::assert_relative_eq;
use rlst::RlstScalar;
use rlst::c64;
use rlst::{
Array, BaseArray, RandomAccessByRef, RandomAccessMut, RawAccess, RawAccessMut, Shape,
VectorContainer,
};

use rlst::c64;

fn copy(
m_in: &Array<f64, BaseArray<f64, VectorContainer<f64>, 2>, 2>,
) -> Array<f64, BaseArray<f64, VectorContainer<f64>, 2>, 2> {
Expand Down

0 comments on commit 27b3bef

Please sign in to comment.