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;