Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
iblacksand committed Nov 21, 2024
1 parent 916bfc4 commit d495bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use webgestalt_lib::{
methods::{
gsea::{GSEAConfig, GSEAResult, RankListItem},
multilist::{multilist_gsea, multilist_ora, GSEAJob, ORAJob},
nta::{get_nta, NTAConfig},
nta::{process_nta, NTAConfig},
ora::{get_ora, ORAConfig, ORAResult},
},
readers::utils::Item,
Expand Down

0 comments on commit d495bb2

Please sign in to comment.