Skip to content

Commit 7c91674

Browse files
devin-ai-integration[bot]Jayant Krishnamurthy
and
Jayant Krishnamurthy
committed
refactor: remove solana-specific imports from legacy module
Co-Authored-By: Jayant Krishnamurthy <jayant@dourolabs.xyz>
1 parent 6bf5d07 commit 7c91674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythnet/pythnet_sdk/src/legacy/wormhole_attester.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ impl PriceAttestation {
431431
/// using `cargo test -- --nocapture`.
432432
#[cfg(test)]
433433
mod tests {
434-
use {super::*, pyth_sdk_solana::state::PriceStatus};
434+
use super::*;
435435

436436
fn mock_attestation(prod: Option<[u8; 32]>, price: Option<[u8; 32]>) -> PriceAttestation {
437437
let product_id_bytes = prod.unwrap_or([21u8; 32]);

0 commit comments

Comments
 (0)