Skip to content

Commit

Permalink
removed unused umports
Browse files Browse the repository at this point in the history
  • Loading branch information
kushti committed Jan 17, 2024
1 parent 3ae2349 commit d099ed4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions avldb/src/main/scala/scorex/db/ByteArrayUtils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ package scorex.db

object ByteArrayUtils {

import java.util.Comparator

// Java comparator
object BYTE_ARRAY_COMPARATOR extends Ordering[Array[Byte]] {
def compare(o1: Array[Byte], o2: Array[Byte]) = compare(o1, o2)
Expand Down
1 change: 0 additions & 1 deletion avldb/src/test/scala/scorex/db/ByteArrayUtilsSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import org.scalatest.matchers.should.Matchers
import org.scalatest.propspec.AnyPropSpec
import org.scalatestplus.scalacheck.ScalaCheckPropertyChecks

import scala.collection.mutable
import scala.math.Ordering.Implicits._

class ByteArrayUtilsSpec extends AnyPropSpec with ScalaCheckPropertyChecks with Matchers {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import scorex.crypto.hash.Digest
import scorex.util.encode.Base16
import sigmastate.Values.SigmaBoolean
import sigmastate._
import sigmastate.crypto.CryptoConstants.{EcPointType, EncodedGroupElementLength}
import sigmastate.crypto.CryptoConstants.EcPointType
import sigmastate.crypto.DLogProtocol.{DLogProverInput, FirstDLogProverMessage, ProveDlog}
import sigmastate.crypto.VerifierMessage.Challenge
import sigmastate.crypto._
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import scorex.util.serialization.{Reader, Writer}
import scorex.util.{bytesToId, idToBytes}

import scala.annotation.nowarn
import scala.collection.compat.immutable.LazyList

object ExtensionSerializer extends ErgoSerializer[Extension] {

Expand Down

0 comments on commit d099ed4

Please sign in to comment.