Skip to content

Commit

Permalink
unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIlyenko committed May 22, 2016
1 parent b3006f6 commit ea4e756
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/test/scala/sangria/parser/QueryParserSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package sangria.parser

import language.postfixOps

import org.parboiled2.{ParserInput, Position}
import org.parboiled2.Position
import org.scalatest.{Matchers, WordSpec}
import sangria.ast._
import sangria.util.{StringMatchers, FileUtil}
Expand Down
3 changes: 1 addition & 2 deletions src/test/scala/sangria/parser/SchemaParserSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import sangria.ast._
import sangria.util.{FileUtil, StringMatchers}

import scala.language.postfixOps
import scala.reflect.ClassTag
import scala.util.{Failure, Success}
import scala.util.Success

class SchemaParserSpec extends WordSpec with Matchers with StringMatchers {

Expand Down

0 comments on commit ea4e756

Please sign in to comment.