Rust Version, Linting & CI Fix
This commit is contained in:
parent
6ab4ae7244
commit
cf36c8205b
6 changed files with 7 additions and 11 deletions
src/v3
|
@ -5,10 +5,10 @@ use actix_web::{
|
|||
web::{self, Json},
|
||||
HttpRequest, HttpResponse, Responder,
|
||||
};
|
||||
use sqlx::{Execute, QueryBuilder};
|
||||
use sqlx::{QueryBuilder};
|
||||
|
||||
use crate::{
|
||||
db::{self, schemas::EmpireEthic},
|
||||
db::{self},
|
||||
AppState,
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue