Skip to content

Commit ae98cbf

Browse files
committed
Format import statement in reduction.rs
Consolidated the multi-line import from crate::core into a single line for improved readability.
1 parent defcb97 commit ae98cbf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/reduction.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@
1414

1515
//! Matrix reduction algorithm for persistent homology computation
1616
17-
use crate::core::{
18-
CoefficientType, Entry, IndexType, ModularArithmetic, Result,
19-
ValueType,
20-
};
17+
use crate::core::{CoefficientType, Entry, IndexType, ModularArithmetic, Result, ValueType};
2118
use indexmap::IndexMap;
2219
use std::collections::HashMap;
2320

0 commit comments

Comments
 (0)