Skip to content

Commit

Permalink
scalafix
Browse files Browse the repository at this point in the history
  • Loading branch information
tpolecat committed Jan 9, 2025
1 parent 11bce4f commit 5ebf094
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ import cats.syntax.either.*
import cats.syntax.option.*
import io.circe.Json
import io.circe.literal.*
import lucuma.core.enums.CalibrationRole
import lucuma.core.enums.CallForProposalsType
import lucuma.core.enums.ObservationWorkflowState
import lucuma.core.enums.Partner
import lucuma.core.enums.ProgramType
import lucuma.core.model.CallForProposals
Expand All @@ -20,8 +22,6 @@ import lucuma.odb.data.OdbError
import lucuma.odb.data.Tag
import lucuma.odb.graphql.query.ObservingModeSetupOperations
import lucuma.odb.service.ProposalService.error
import lucuma.core.enums.ObservationWorkflowState
import lucuma.core.enums.CalibrationRole

class setProposalStatus extends OdbSuite
with ObservingModeSetupOperations {
Expand Down

0 comments on commit 5ebf094

Please sign in to comment.