From 105504e7a042685d1681d6205721ce561595c10b Mon Sep 17 00:00:00 2001 From: Ash739 Date: Tue, 25 Aug 2026 21:24:26 +0100 Subject: [PATCH] fix: remove redundant use super::* import in tests --- contracts/globe-wallet/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/contracts/globe-wallet/src/lib.rs b/contracts/globe-wallet/src/lib.rs index 1c15e34..c48fb06 100644 --- a/contracts/globe-wallet/src/lib.rs +++ b/contracts/globe-wallet/src/lib.rs @@ -1120,7 +1120,6 @@ impl GlobeWallet { mod tests { extern crate std; - use super::*; use super::*; use soroban_sdk::{ testutils::{Address as _, Ledger as _},