Skip to content

Commit

Permalink
Fix duplicate import
Browse files Browse the repository at this point in the history
  • Loading branch information
sebcrozet committed Jan 14, 2023
1 parent 711ac67 commit bcfc20c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/core/reshape.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use na::{
Const, DMatrix, DMatrixView, DMatrixViewMut, Dyn, Dyn, Matrix, MatrixView, MatrixViewMut,
SMatrix, SMatrixView, SMatrixViewMut, VecStorage, U3, U4,
Const, DMatrix, DMatrixView, DMatrixViewMut, Dyn, Matrix, MatrixView, MatrixViewMut, SMatrix,
SMatrixView, SMatrixViewMut, VecStorage, U3, U4,
};
use nalgebra_macros::matrix;
use simba::scalar::SupersetOf;
Expand Down

0 comments on commit bcfc20c

Please sign in to comment.