Skip to content

Commit

Permalink
imports refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Denys Fakhritdinov authored and Denys Fakhritdinov committed Jul 21, 2024
1 parent 2157f97 commit 941e551
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ package com.evolutiongaming.skafka.consumer
import cats.effect.{Resource, Sync}
import cats.effect.std.UUIDGen
import com.evolutiongaming.catshelper.ToTry
import com.evolutiongaming.skafka.{Topic, TopicPartition}
import com.evolutiongaming.skafka.{ClientId, Topic, TopicPartition}
import com.evolutiongaming.skafka.metrics.KafkaMetricsRegistry
import io.prometheus.client.CollectorRegistry

import scala.concurrent.duration.FiniteDuration
import com.evolutiongaming.skafka.ClientId

object ConsumerMetricsOf {

Expand Down

0 comments on commit 941e551

Please sign in to comment.