Skip to content

Commit

Permalink
Fix compilation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
iRevive committed Apr 26, 2024
1 parent c78bad7 commit b3a81b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package metrics
import cats.effect.kernel.Resource

import scala.collection.immutable
import scala.concurrent.duration._
import scala.concurrent.duration.*
import scala.quoted.*

private[otel4s] trait HistogramMacro[F[_], A] {
Expand Down

0 comments on commit b3a81b1

Please sign in to comment.