Skip to content

Commit 2386421

Browse files
committed
fix some warnings
1 parent 896b8bf commit 2386421

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

raphtory/src/algorithms/metrics/clustering_coefficient/local_clustering_coefficient_batch.rs

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ pub fn local_clustering_coefficient_batch<G: StaticGraphViewOps, V: AsNodeRef>(
5555
mod clustering_coefficient_tests {
5656
use super::local_clustering_coefficient_batch;
5757
use crate::{
58-
algorithms::centrality::pagerank::page_rank_tests::assert_eq_f64,
5958
db::{
6059
api::{mutation::AdditionOps, view::*},
6160
graph::graph::Graph,

raphtory/src/serialise/parquet/mod.rs

+1-7
Original file line numberDiff line numberDiff line change
@@ -406,13 +406,7 @@ impl ParquetDecoder for PersistentGraph {
406406
mod test {
407407
use super::*;
408408
use crate::{
409-
db::{
410-
api::{
411-
storage::graph::edges::edge_storage_ops::EdgeStorageOps,
412-
view::internal::TimeSemantics,
413-
},
414-
graph::graph::assert_graph_equal,
415-
},
409+
db::graph::graph::assert_graph_equal,
416410
test_utils::{
417411
build_edge_list_dyn, build_graph, build_graph_strat, build_nodes_dyn, GraphFixture,
418412
NodeFixture,

0 commit comments

Comments
 (0)