Skip to content

Commit 0f60303

Browse files
committed
chore: fix imports
1 parent bdf182b commit 0f60303

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

tests/graph/integration/postgres/email_filter_protection.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ use hash_graph_store::{
2626
CountEntitiesParams, CreateEntityParams, EntityQueryPath, EntityQuerySorting,
2727
EntityQuerySortingRecord, EntityStore as _, QueryEntitiesParams, QueryEntitySubgraphParams,
2828
},
29-
entity_type::EntityTypeQueryPath,
3029
filter::{
3130
Filter, FilterExpression, JsonPath, Parameter, PathToken,
3231
protection::{
@@ -36,10 +35,7 @@ use hash_graph_store::{
3635
},
3736
query::{NullOrdering, Ordering},
3837
subgraph::{
39-
edges::{
40-
EdgeDirection, EntityTraversalEdge, EntityTraversalPath, GraphResolveDepths,
41-
SharedEdgeKind,
42-
},
38+
edges::{EdgeDirection, EntityTraversalEdge, EntityTraversalPath, GraphResolveDepths},
4339
temporal_axes::{
4440
PinnedTemporalAxisUnresolved, QueryTemporalAxesUnresolved,
4541
VariableTemporalAxisUnresolved,

0 commit comments

Comments
 (0)