Skip to content

Commit 47479f8

Browse files
fix: remove unused import in integration_tests.rs to clean up warnings
Co-Authored-By: [email protected] <[email protected]>
1 parent bb02f9f commit 47479f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

target_chains/stylus/contracts/pyth-receiver/src/integration_tests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#[cfg(test)]
22
mod test {
3-
use super::*;
43
use crate::PythReceiver;
54
use alloy_primitives::{address, U256};
65
use stylus_sdk::testing::*;

0 commit comments

Comments
 (0)