Remove unused import
This commit is contained in:
parent
65e290a0ce
commit
8f79a0560e
|
@ -1342,8 +1342,6 @@ impl<'a> Arbitrary<'a> for Transaction {
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use core::str;
|
||||
|
||||
use hex::{test_hex_unwrap as hex, FromHex};
|
||||
#[cfg(feature = "serde")]
|
||||
use internals::serde_round_trip;
|
||||
|
|
Loading…
Reference in New Issue