tests: Remove useless use of super imports
We already import `super::*`, these other imports are useless.
This commit is contained in:
parent
ef01f4d0f6
commit
ce773af20f
|
@ -809,8 +809,6 @@ impl Decodable for TapLeafHash {
|
|||
mod tests {
|
||||
use super::*;
|
||||
use core::{mem::{self, discriminant}, fmt};
|
||||
use super::{deserialize, serialize, Error, CheckedData, VarInt};
|
||||
use super::{Transaction, BlockHash, FilterHash, TxMerkleNode, TxOut, TxIn};
|
||||
use crate::consensus::{Encodable, deserialize_partial, Decodable};
|
||||
#[cfg(feature = "std")]
|
||||
use crate::network::{Address, message_blockdata::Inventory};
|
||||
|
|
Loading…
Reference in New Issue