Skip to content

Commit 0eedabe

Browse files
committed
lints
1 parent e28f934 commit 0eedabe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pallets/proxy/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ use sp_runtime::{
5252
traits::{Dispatchable, Hash, Saturating, StaticLookup, TrailingZeroInput, Zero},
5353
DispatchError, DispatchResult, RuntimeDebug,
5454
};
55-
pub use weights::WeightInfo;
5655
use subtensor_macros::freeze_struct;
56+
pub use weights::WeightInfo;
5757

5858
type CallHashOf<T> = <<T as Config>::CallHasher as Hash>::Output;
5959

@@ -77,7 +77,6 @@ type AccountIdLookupOf<T> = <<T as frame_system::Config>::Lookup as StaticLookup
7777
MaxEncodedLen,
7878
TypeInfo,
7979
)]
80-
8180
#[freeze_struct("a37bb67fe5520678")]
8281
pub struct ProxyDefinition<AccountId, ProxyType, BlockNumber> {
8382
/// The account which may act on behalf of another.

0 commit comments

Comments
 (0)