clean up imports

This commit is contained in:
bitfl0wer 2023-12-03 12:51:34 +01:00
parent a27a3626f4
commit b6324173b5
No known key found for this signature in database
GPG Key ID: 0ACD574FCF5226CF
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;