Skip to content

Commit

Permalink
todos
Browse files Browse the repository at this point in the history
  • Loading branch information
jdcanas committed Aug 12, 2024
1 parent f2b6f66 commit 9443f73
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import cats.mtl.Ask
import com.azure.resourcemanager.compute.models.VirtualMachineSizeTypes
import org.broadinstitute.dsde.workbench.azure._
import org.broadinstitute.dsde.workbench.google2.RegionName
//TODO: prune
//TODO: IA-4175 prune
import org.broadinstitute.dsde.workbench.leonardo.JsonCodec.{
azureImageEncoder,
azureMachineTypeEncoder,
Expand Down Expand Up @@ -38,7 +38,7 @@ trait WsmDao[F[_]] {
ev: Ask[F, AppContext]
): F[Option[DeleteWsmResourceResult]]

// TODO: 2
// TODO: IA-4175 next up
def getCreateVmJobResult(request: GetJobResultRequest, authorization: Authorization)(implicit
ev: Ask[F, AppContext]
): F[GetCreateVmJobResult]
Expand Down

0 comments on commit 9443f73

Please sign in to comment.