Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ehigham committed Oct 29, 2024
1 parent eb16ab3 commit d2968b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,19 @@ import is.hail.io.fs.{CloudStorageFSConfig, FS, RouterFS}
import is.hail.io.reference.{IndexedFastaSequenceFile, LiftOver}
import is.hail.services._
import is.hail.types.virtual.Kinds
import is.hail.utils.{ErrorHandling, ExecutionTimer, HailWorkerException, Logging, toRichIterable, using}
import is.hail.utils.{
toRichIterable, using, ErrorHandling, ExecutionTimer, HailWorkerException, Logging,
}
import is.hail.utils.ExecutionTimer.Timings
import is.hail.variant.ReferenceGenome
import org.json4s.{DefaultFormats, Formats}

import scala.annotation.switch
import scala.collection.mutable

import java.io.OutputStream
import java.nio.charset.StandardCharsets
import java.nio.file.Path

import org.json4s.JsonAST.JValue
import org.json4s.jackson.JsonMethods

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -294,4 +294,3 @@ class ServiceBackend(
}

class HailBatchFailure(message: String) extends RuntimeException(message)

0 comments on commit d2968b0

Please sign in to comment.