Remove unused import

This commit is contained in:
yancy 2024-10-12 19:20:11 -05:00
parent 65e290a0ce
commit 8f79a0560e
1 changed files with 0 additions and 2 deletions

View File

@ -1342,8 +1342,6 @@ impl<'a> Arbitrary<'a> for Transaction {
#[cfg(test)] #[cfg(test)]
mod tests { mod tests {
use core::str;
use hex::{test_hex_unwrap as hex, FromHex}; use hex::{test_hex_unwrap as hex, FromHex};
#[cfg(feature = "serde")] #[cfg(feature = "serde")]
use internals::serde_round_trip; use internals::serde_round_trip;