Skip to content

Commit

Permalink
Follow image crate API renaming in our code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ngalstyan4 committed Oct 29, 2024
1 parent f219c8a commit 808e2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lantern_cli/src/embeddings/core/ort_runtime.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use futures::StreamExt;
use image::{imageops::FilterType, io::Reader as ImageReader, GenericImageView};
use image::{imageops::FilterType, GenericImageView, ImageReader};
use itertools::Itertools;
use ndarray::{s, Array2, Array4, ArrayBase, Axis, CowArray, CowRepr, Dim, IxDynImpl};
use ort::session::Session;
Expand Down

0 comments on commit 808e2b9

Please sign in to comment.