Skip to content

Commit f49da4b

Browse files
committed
cleanup
1 parent 34ecabf commit f49da4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql/src/runner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use graph::{
2121
data::query::{QueryResults, QueryTarget},
2222
prelude::QueryStore,
2323
};
24-
use graphql_tools::validation::rules::{default_rules_validation_plan, LoneAnonymousOperation, FragmentsOnCompositeTypes, OverlappingFieldsCanBeMerged};
24+
use graphql_tools::validation::rules::{LoneAnonymousOperation, FragmentsOnCompositeTypes, OverlappingFieldsCanBeMerged};
2525
use graphql_tools::validation::validate::{validate, ValidationPlan};
2626

2727
use lazy_static::lazy_static;

0 commit comments

Comments
 (0)