Skip to content

Commit f6089da

Browse files
committed
Organized imports
1 parent 50c5e22 commit f6089da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/scala/de/upb/cs/swt/delphi/cli/commands/SearchCommand.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,11 @@ import akka.util.ByteString
3030
import de.upb.cs.swt.delphi.cli.Config
3131
import de.upb.cs.swt.delphi.cli.artifacts.SearchResult
3232
import de.upb.cs.swt.delphi.cli.artifacts.SearchResultJson._
33-
import de.upb.cs.swt.delphi.cli.commands.RetrieveCommand.reportResult
3433
import spray.json.DefaultJsonProtocol
3534

3635
import scala.concurrent.duration._
3736
import scala.concurrent.{Await, Future}
38-
import scala.util.{Failure, Success}
37+
import scala.util.Failure
3938

4039
object SearchCommand extends Command with SprayJsonSupport with DefaultJsonProtocol {
4140
/**

0 commit comments

Comments
 (0)