Remove some unused imports
This commit is contained in:
parent
c51930aae5
commit
c1d8e6c19b
2 changed files with 0 additions and 3 deletions
src
|
@ -1,7 +1,6 @@
|
||||||
use std::collections::HashMap;
|
use std::collections::HashMap;
|
||||||
|
|
||||||
use value::Value;
|
use value::Value;
|
||||||
use ast::InputValue;
|
|
||||||
use executor::Variables;
|
use executor::Variables;
|
||||||
use schema::model::RootNode;
|
use schema::model::RootNode;
|
||||||
use types::scalars::EmptyMutation;
|
use types::scalars::EmptyMutation;
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
use std::collections::HashMap;
|
|
||||||
|
|
||||||
use executor::Variables;
|
use executor::Variables;
|
||||||
use value::Value;
|
use value::Value;
|
||||||
use schema::model::RootNode;
|
use schema::model::RootNode;
|
||||||
|
|
Loading…
Add table
Reference in a new issue