Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
HTGAzureX1212 committed Feb 1, 2025
1 parent 74b83bb commit 941bc07
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions api-backend/hartex-backend-routes/src/uptime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,9 @@
use axum::Json;
use axum::extract::Query;
use axum::extract::State;
use axum::http::StatusCode;
use axum_extra::extract::WithRejection;
use bb8_postgres::PostgresConnectionManager;
use bb8_postgres::bb8::Pool;
use bb8_postgres::tokio_postgres::GenericClient;
use bb8_postgres::tokio_postgres::NoTls;
use chrono::DateTime;
use futures_util::stream::TryStreamExt;
use hartex_backend_models::Response;
use hartex_backend_models::uptime::UptimeQuery;
use hartex_backend_models::uptime::UptimeQueryRejection;
Expand Down

0 comments on commit 941bc07

Please sign in to comment.