mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-16 20:39:10 +00:00
Tidy import structure in ef_tests
This commit is contained in:
@@ -1,16 +1,8 @@
|
||||
use error::Error;
|
||||
use ethereum_types::{U128, U256};
|
||||
use serde_derive::Deserialize;
|
||||
use ssz::Decode;
|
||||
use std::fmt::Debug;
|
||||
use types::EthSpec;
|
||||
|
||||
pub use crate::case_result::*;
|
||||
pub use crate::cases::*;
|
||||
pub use crate::doc::*;
|
||||
pub use crate::doc_header::*;
|
||||
pub use crate::error::*;
|
||||
pub use crate::eth_specs::*;
|
||||
pub use case_result::CaseResult;
|
||||
pub use doc::Doc;
|
||||
pub use error::Error;
|
||||
pub use yaml_decode::YamlDecode;
|
||||
|
||||
mod case_result;
|
||||
|
||||
Reference in New Issue
Block a user