From 14559d3f2b7f52a0bf31652b550c7f1240b7af68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20St=C4=99pie=C5=84?= Date: Mon, 16 Oct 2023 15:58:06 +0200 Subject: [PATCH] remove the unused module --- kitsune/src/http/openapi.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitsune/src/http/openapi.rs b/kitsune/src/http/openapi.rs index b82a3f707..cb788f024 100644 --- a/kitsune/src/http/openapi.rs +++ b/kitsune/src/http/openapi.rs @@ -1,4 +1,4 @@ -use crate::http::handler::{nodeinfo, oauth, well_known}; +use crate::http::handler::{nodeinfo, well_known}; use kitsune_type::{ mastodon as mastodon_type, nodeinfo as nodeinfo_type, webfinger as webfinger_type, };