Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored and thesamet committed Jul 23, 2017
1 parent ff490e5 commit 1329859
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.trueaccord.scalapb.textformat

import com.google.protobuf.ByteString
import com.google.protobuf.descriptor.FieldDescriptorProto

import scalapb.descriptors._
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package com.trueaccord.scalapb.textformat

import com.google.protobuf.ByteString

import scalapb.descriptors.{FieldDescriptor, PEmpty, PRepeated, ScalaType}
import scalapb.descriptors.{FieldDescriptor, PEmpty, PRepeated}
import com.trueaccord.scalapb.{GeneratedMessage, textformat}

object Printer {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package scalapb

import com.google.protobuf.{ByteString, CodedInputStream, CodedOutputStream, InvalidProtocolBufferException}
import com.trueaccord.lenses.Lens
import com.trueaccord.lenses.Lens.MapLens

import scala.collection.mutable

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import com.google.protobuf.descriptor._

import annotation.tailrec
import scala.collection.breakOut
import scala.ref.WeakReference

sealed trait ScalaType {
type PValueType <: PValue
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package scalapb.descriptors

import com.google.protobuf.descriptor.FileDescriptorProto
import com.trueaccord.scalapb.TextFormat
import org.scalatest._

class FileDescriptorSpec extends FlatSpec with MustMatchers with OptionValues {
Expand Down

0 comments on commit 1329859

Please sign in to comment.