Skip to content

Commit 7e87156

Browse files
committed
Remove unused import
1 parent 211b722 commit 7e87156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/fitness/epistasis.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use npyz::{DType, WriterBuilder};
1+
use npyz::WriterBuilder;
22
use std::collections::HashMap;
33

44
use crate::core::haplotype::Symbol;

0 commit comments

Comments
 (0)