Skip to content

Commit 8bc5e88

Browse files
committed
fmt
1 parent bb89cb7 commit 8bc5e88

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

  • raphtory-graphql/src/model

raphtory-graphql/src/model/mod.rs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,15 @@ use dynamic_graphql::{
1919
Result, Upload,
2020
};
2121
use raphtory::{
22-
db::{
23-
api::view::{ MaterializedGraph},
24-
graph::views::deletion_graph::PersistentGraph,
25-
},
22+
db::{api::view::MaterializedGraph, graph::views::deletion_graph::PersistentGraph},
2623
errors::{GraphError, InvalidPathReason},
2724
prelude::*,
2825
serialise::*,
2926
version,
3027
};
3128
use std::{
3229
error::Error,
33-
fmt::{Display, Formatter}
34-
,
30+
fmt::{Display, Formatter},
3531
sync::Arc,
3632
};
3733

0 commit comments

Comments
 (0)