Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend committed Jan 29, 2024
1 parent deb23c5 commit 075fbf6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ anyhow = "1.0.72"
chrono = {version = "0.4.26", features = ["serde"] }
lazy_static = "1.4.0"
log = "0.4.19"
pgmq = "0.26.0"
pgmq = "0.26.1"
pgrx = "0.11.2"
postgres-types = "0.2.5"
regex = "1.9.2"
Expand Down
1 change: 0 additions & 1 deletion src/transformers/http_handler.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use anyhow::Result;

use crate::guc;
use crate::transformers::types::{
EmbeddingPayload, EmbeddingRequest, EmbeddingResponse, Inputs, PairedEmbeddings,
};
Expand Down

0 comments on commit 075fbf6

Please sign in to comment.