tests: Remove useless use of super imports

We already import `super::*`, these other imports are useless.
This commit is contained in:
Tobin C. Harding 2022-12-02 14:39:52 +11:00
parent ef01f4d0f6
commit ce773af20f
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 0 additions and 2 deletions

View File

@ -809,8 +809,6 @@ impl Decodable for TapLeafHash {
mod tests { mod tests {
use super::*; use super::*;
use core::{mem::{self, discriminant}, fmt}; 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}; use crate::consensus::{Encodable, deserialize_partial, Decodable};
#[cfg(feature = "std")] #[cfg(feature = "std")]
use crate::network::{Address, message_blockdata::Inventory}; use crate::network::{Address, message_blockdata::Inventory};