clean up imports

This commit is contained in:
bitfl0wer 2023-12-03 12:51:34 +01:00
parent ceac04201c
commit 9bec639634
1 changed files with 0 additions and 1 deletions

View File

@ -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;