unused import removed
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// src/tables_data/handlers/post_table_data.rs
|
||||
use tonic::Status;
|
||||
use sqlx::{PgPool, Arguments, Row};
|
||||
use sqlx::{PgPool, Arguments};
|
||||
use sqlx::postgres::PgArguments;
|
||||
use chrono::{DateTime, Utc};
|
||||
use common::proto::multieko2::tables_data::{PostTableDataRequest, PostTableDataResponse};
|
||||
|
||||
Reference in New Issue
Block a user