JiahengHe 1 rok temu
rodzic
commit
5872be7a02
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      standard/src/phemex_swap.rs

+ 1 - 1
standard/src/phemex_swap.rs

@@ -10,7 +10,7 @@ use rust_decimal_macros::dec;
 use serde_json::{json, Value};
 use tokio::spawn;
 use tokio::time::Instant;
-use tracing::{error, info, trace, warn};
+use tracing::{error, info, trace};
 use exchanges::phemex_swap_rest::PhemexSwapRest;
 use crate::{Platform, ExchangeEnum, Account, Position, Ticker, Market, Order, OrderCommand, PositionModeEnum, utils};
 use global::trace_stack::TraceStack;