Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Cifko committed Apr 9, 2024
1 parent 8410601 commit 4ba4aa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Cargo.lock
target/
.vscode/
models/
4 changes: 2 additions & 2 deletions atoma-inference/src/jrpc_server/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::{net::Shutdown, sync::Arc};
use std::sync::Arc;

use axum::{extract::State, http::StatusCode, routing::post, Extension, Json, Router};
use axum::{http::StatusCode, routing::post, Extension, Json, Router};
use serde_json::{json, Value};
use tokio::sync::{mpsc, oneshot};

Expand Down

0 comments on commit 4ba4aa9

Please sign in to comment.