From 5f5f399c8f74ea8a2aaace0851dd370a23db306a Mon Sep 17 00:00:00 2001 From: TheKodeToad Date: Wed, 1 May 2024 00:05:00 +0100 Subject: [PATCH] Fix #325 --- src/api/dadjoke.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/dadjoke.rs b/src/api/dadjoke.rs index e893fd4..00a284e 100644 --- a/src/api/dadjoke.rs +++ b/src/api/dadjoke.rs @@ -1,4 +1,4 @@ -use super::{HttpClient, HttpClientExt}; +use super::HttpClient; use eyre::Result;