Skip to content

Commit 2315590

Browse files
committed
fix: remove unused imports in test_analytics_reporting
1 parent 815cae8 commit 2315590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/teachlink/tests/test_analytics_reporting.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
//! - create_alert_rule / get_alert_rules / evaluate_alerts
1616
//! - get_recent_report_snapshots
1717
18-
use soroban_sdk::{testutils::Address as _, Address, Bytes, Env};
18+
use soroban_sdk::Env;
1919

2020
use teachlink_contract::{ReportType, TeachLinkBridge};
2121

0 commit comments

Comments
 (0)