Skip to content

Commit

Permalink
Remove errant import breaking the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
LegNeato committed Mar 1, 2022
1 parent 2b34ab0 commit 5fc295e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion juniper/src/schema/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use std::{borrow::Cow, fmt};
use fnv::FnvHashMap;
#[cfg(feature = "graphql-parser-integration")]
use graphql_parser::schema::Document;
use graphql_parser::schema::ObjectType;

use crate::{
ast::Type,
Expand Down

0 comments on commit 5fc295e

Please sign in to comment.