Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
llenck committed Nov 26, 2024
1 parent 2d78e01 commit d51dea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/image_embedding/impl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ use crate::{
common::normalize, models::image_embedding::models_list, Embedding, ImageEmbeddingModel,
ModelInfo,
};
use anyhow::anyhow;
#[cfg(feature = "online")]
use anyhow::Context;
use anyhow::anyhow;

#[cfg(feature = "online")]
use super::ImageInitOptions;
Expand Down

0 comments on commit d51dea8

Please sign in to comment.