Unused import

This commit is contained in:
microproofs 2024-12-01 14:22:13 +07:00
parent 9867de38b6
commit 91d4ecc350
No known key found for this signature in database
GPG Key ID: 14F93C84DE6AFD17
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ use num_integer::Integer;
use num_traits::{FromPrimitive, Signed, Zero};
use once_cell::sync::Lazy;
use pallas_primitives::conway::{Language, PlutusData};
use std::{io::Read, mem::size_of, ops::Deref, rc::Rc};
use std::{mem::size_of, ops::Deref, rc::Rc};
static SCALAR_PERIOD: Lazy<BigInt> = Lazy::new(|| {
BigInt::from_bytes_be(