Skip to content

Commit

Permalink
remove unused uses
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Jul 5, 2022
1 parent a895a70 commit 93108ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/orders.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ impl Endpoint for AuthorizeOrder {

#[cfg(test)]
mod tests {
use crate::data::common::Currency;
use crate::HeaderParams;
use crate::{api::orders::CaptureOrder, data::common::Currency};
use crate::{api::orders::*, data::orders::*, tests::create_client};

#[tokio::test]
Expand Down

0 comments on commit 93108ed

Please sign in to comment.