chore: remove unused import

This commit is contained in:
rvcas 2024-02-19 20:57:46 -05:00 committed by Lucas
parent 20917bbd5b
commit a15fead982
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ use std::{mem::size_of, ops::Deref, rc::Rc};
use num_bigint::BigInt; use num_bigint::BigInt;
use num_integer::Integer; use num_integer::Integer;
use num_traits::{Signed, ToBytes, Zero}; use num_traits::{Signed, Zero};
use once_cell::sync::Lazy; use once_cell::sync::Lazy;
use pallas::ledger::primitives::babbage::{Language, PlutusData}; use pallas::ledger::primitives::babbage::{Language, PlutusData};