Skip to content

Commit

Permalink
import PyValueError at top of file
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-o-how committed Jan 17, 2025
1 parent 19ca423 commit 264058d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/chia-protocol/src/block_record.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use crate::{Bytes32, ClassgroupElement, Coin, SubEpochSummary};
use chia_streamable_macro::streamable;
use pyo3::exceptions::PyValueError;

#[cfg(feature = "py-bindings")]
use pyo3::prelude::*;
Expand Down Expand Up @@ -109,9 +110,6 @@ impl BlockRecord {
}
}

#[cfg(feature = "py-bindings")]
use pyo3::exceptions::PyValueError;

#[cfg(feature = "py-bindings")]
use chia_traits::ChiaToPython;

Expand Down

0 comments on commit 264058d

Please sign in to comment.