mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 18:32:42 +00:00
Remove reqwest re-exports from eth2 (#8829)
Remove `reqwest` from being re-exported within `eth2` Co-Authored-By: Mac L <mjladson@pm.me>
This commit is contained in:
@@ -10,10 +10,10 @@ use eth2::types::{
|
||||
use eth2::types::{FullPayloadContents, SignedBlindedBeaconBlock};
|
||||
use eth2::{
|
||||
CONSENSUS_VERSION_HEADER, CONTENT_TYPE_HEADER, JSON_CONTENT_TYPE_HEADER,
|
||||
SSZ_CONTENT_TYPE_HEADER, StatusCode, ok_or_error, success_or_error,
|
||||
SSZ_CONTENT_TYPE_HEADER, ok_or_error, success_or_error,
|
||||
};
|
||||
use reqwest::header::{ACCEPT, HeaderMap, HeaderValue};
|
||||
use reqwest::{IntoUrl, Response};
|
||||
use reqwest::{IntoUrl, Response, StatusCode};
|
||||
use sensitive_url::SensitiveUrl;
|
||||
use serde::Serialize;
|
||||
use serde::de::DeserializeOwned;
|
||||
|
||||
Reference in New Issue
Block a user