cargo fix

This commit is contained in:
filipriec
2025-03-03 15:25:32 +01:00
parent f289aa39bf
commit df39d967f4
3 changed files with 2 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
// server/src/table_definition/handlers/delete_table.rs
use tonic::Status;
use sqlx::{PgPool, Postgres, Transaction};
use sqlx::PgPool;
use common::proto::multieko2::table_definition::{DeleteTableRequest, DeleteTableResponse};
pub async fn delete_table(