Skip to content

Commit

Permalink
Update impl_genetic_analysis_orders.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
RiXelanya committed Sep 18, 2023
1 parent 752ea95 commit f47454d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use crate::*;
use frame_support::sp_runtime::traits::Zero;
use traits_genetic_analysis_orders::{
GeneticAnalysisOrderEventEmitter, GeneticAnalysisOrderStatusUpdater,
};
use frame_support::sp_runtime::traits::Zero;

impl<T: Config> GeneticAnalysisOrderInterface<T> for Pallet<T> {
type GeneticAnalysisOrder = GeneticAnalysisOrderOf<T>;
Expand Down

0 comments on commit f47454d

Please sign in to comment.