feat: remove redundant

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-03-02 23:26:27 +01:00
parent 95eb89c4e6
commit b6a040cac3
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -4,7 +4,7 @@ use anyhow::Context;
use axum::extract::MatchedPath;
use axum::http::Request;
use axum::Router;
use axum::{extract::FromRef, routing::get};
use axum::routing::get;
use clap::{Parser, Subcommand};
use sqlx::{Pool, Postgres};
use tower_http::trace::TraceLayer;