Skip to content

Commit

Permalink
removed needless dep
Browse files Browse the repository at this point in the history
  • Loading branch information
toastxc committed Jul 28, 2023
1 parent 5dec035 commit 4495181
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/client/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
use std::fmt::Debug;

use reywen_http::{results::DeltaError, Delta};

use crate::websocket::WebSocket;
Expand Down Expand Up @@ -55,4 +57,4 @@ impl Default for Client {
}
}
}
pub mod methods;
pub mod methods;

0 comments on commit 4495181

Please sign in to comment.