skyffire 9 ヶ月 前
コミット
2d55e9fc8a
1 ファイル変更1 行追加1 行削除
  1. 1 1
      strategy/src/predictor.rs

+ 1 - 1
strategy/src/predictor.rs

@@ -3,7 +3,7 @@ use std::sync::Arc;
 use chrono::{Utc};
 use futures_channel::mpsc::UnboundedSender;
 use futures_util::StreamExt;
-use reqwest::{Client, Error, Response};
+use reqwest::{Client};
 use rust_decimal::prelude::*;
 use rust_decimal_macros::dec;
 use serde_json::{json, Value};