Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
prsabahrami committed Jan 16, 2025
1 parent f19eaa0 commit 1d20b45
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions py-rattler/src/solver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ pub fn py_solve(
.solve(task)
.map(|res| {
res.into_keys()
.into_iter()
.map(Into::into)
.collect::<Vec<PyRecord>>()
})
Expand Down Expand Up @@ -180,7 +179,6 @@ pub fn py_solve_with_sparse_repodata(
.solve(task)
.map(|res| {
res.into_keys()
.into_iter()
.map(Into::into)
.collect::<Vec<PyRecord>>()
})
Expand Down

0 comments on commit 1d20b45

Please sign in to comment.