Skip to content

Commit

Permalink
lint fix (x2)
Browse files Browse the repository at this point in the history
  • Loading branch information
azmyrajab committed Apr 25, 2024
1 parent 7f657b1 commit f4ad442
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/least_squares.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ use faer::linalg::solvers::SolverCore;
use faer::prelude::*;
use faer::Side;
use faer_ext::{IntoFaer, IntoNdarray};
use ndarray::{
array, s, Array, Array1, Array2, ArrayBase, ArrayView1, Axis,
Dimension, Ix2, NewAxis,
OwnedRepr,
use ndarray::{array, s, Array, Array1, Array2, ArrayBase, ArrayView1, Axis, Dimension, Ix2, NewAxis,
OwnedRepr, Dim,
};

#[cfg(any(
Expand Down

0 comments on commit f4ad442

Please sign in to comment.