Skip to content

Commit

Permalink
lint fix (x3)
Browse files Browse the repository at this point in the history
  • Loading branch information
azmyrajab committed Apr 25, 2024
1 parent f4ad442 commit a66a03f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/least_squares.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#[allow(unused_imports)]
use std::cmp::{max, min};
use std::collections::VecDeque;
use std::str::FromStr;
Expand Down

0 comments on commit a66a03f

Please sign in to comment.