Skip to content

Commit 5fc295e

Browse files
committed
Remove errant import breaking the build.
1 parent 2b34ab0 commit 5fc295e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

juniper/src/schema/model.rs

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ use std::{borrow::Cow, fmt};
33
use fnv::FnvHashMap;
44
#[cfg(feature = "graphql-parser-integration")]
55
use graphql_parser::schema::Document;
6-
use graphql_parser::schema::ObjectType;
76

87
use crate::{
98
ast::Type,

0 commit comments

Comments
 (0)