Skip to content

Commit

Permalink
chore: fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dpc committed May 22, 2024
1 parent c46c2b8 commit 7e9407b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/routes/metric.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use axum::http::header::CONTENT_TYPE;
use axum::http::Uri;
use axum::response::{Html, IntoResponse, Response};
use axum::Json;
use maud::html;
use reqwest::StatusCode;
use resiter::AndThen as _;
use serde::{Deserialize, Serialize};
Expand All @@ -19,7 +18,7 @@ use crate::db::{
DataPoint, DataPointMetadata, DataPointRecord, DataPointValue, MetricRecord, TABLE_DATA_POINTS,
TABLE_METRICS, TABLE_METRICS_REV,
};
use crate::fragment::{page, render_chart_form};
use crate::fragment::render_chart_form;
use crate::models::ts::Ts;
use crate::models::{MetricId, MetricInternalId};
use crate::state::SharedAppState;
Expand Down

0 comments on commit 7e9407b

Please sign in to comment.