Skip to content

Commit fc7d78e

Browse files
committed
chore: fix imports
1 parent 25e8b2e commit fc7d78e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/graph/integration/postgres/email_filter_protection.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ use hash_graph_store::{
2222
CreateEntityParams, EntityQueryPath, EntityQuerySorting, EntityQuerySortingRecord,
2323
EntityStore as _, QueryEntitiesParams, QueryEntitySubgraphParams, SummarizeEntitiesParams,
2424
},
25-
entity_type::EntityTypeQueryPath,
2625
filter::{
2726
Filter, FilterExpression, JsonPath, Parameter, PathToken,
2827
protection::{
@@ -32,7 +31,7 @@ use hash_graph_store::{
3231
},
3332
query::{NullOrdering, Ordering},
3433
subgraph::{
35-
edges::{
34+
edges::{EdgeDirection, EntityTraversalEdge, EntityTraversalPath, GraphResolveDepths},
3635
EdgeDirection, EntityTraversalEdge, EntityTraversalPath, GraphResolveDepths,
3736
SharedEdgeKind,
3837
},

0 commit comments

Comments
 (0)