Skip to content

Commit

Permalink
Fully-qualify scala imports
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Dec 16, 2024
1 parent 189320b commit 9f6b31c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/core/cardinality.Cardinality.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,13 @@

package cardinality

import compiletime.ops.double.*
import scala.compiletime.*
import scala.compiletime.ops.double.*
import scala.quoted.*

import anticipation.*
import fulminate.*

import scala.quoted.*
import scala.compiletime.*

object Cardinality:
type Asym[ValueType <: Double, TrueValueType <: Double, FalseValueType <: Double] <: Double =
(ValueType > 0.0) match
Expand Down

0 comments on commit 9f6b31c

Please sign in to comment.