Correct warnings

This commit is contained in:
Age Manning
2019-09-08 01:57:56 +10:00
parent 1eafa63c2a
commit 69442a2ab3
3 changed files with 4 additions and 7 deletions

View File

@@ -2,9 +2,7 @@ use crate::{ApiError, ApiResult};
use beacon_chain::{BeaconChain, BeaconChainTypes};
use bls::PublicKey;
use hex;
use hyper::{Body, Request, StatusCode};
use serde::de::value::StringDeserializer;
use serde_json::Deserializer;
use hyper::{Body, Request};
use store::{iter::AncestorIter, Store};
use types::{BeaconState, EthSpec, Hash256, RelativeEpoch, Slot};