From 9bec639634b9f46539b664cf11eedfedf789ea4d Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Sun, 3 Dec 2023 12:51:34 +0100 Subject: [PATCH] clean up imports --- src/errors.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/errors.rs b/src/errors.rs index 7494433..c20ac64 100644 --- a/src/errors.rs +++ b/src/errors.rs @@ -1,6 +1,5 @@ //! Contains all the errors that can be returned by the library. use custom_error::custom_error; -use url::Url; use crate::types::WebSocketEvent;