Skip to content

Commit

Permalink
remove unused imports in smokey...
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed Sep 4, 2023
1 parent 54e0e59 commit c209395
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/x-qa/src/test/scala/smokey/Smokey.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import trading.lib.{ Producer, Shard }
import trading.ws.*

import cats.effect.*
import cats.effect.syntax.*
import cats.syntax.all.*
import dev.profunktor.pulsar.{ Config, Producer as PulsarProducer, Pulsar }
import fs2.Stream
Expand All @@ -23,7 +22,7 @@ import io.circe.syntax.*
import org.http4s.client.websocket.{ WSClient, WSDataFrame, WSFrame, WSRequest }
import org.http4s.implicits.*
import org.http4s.jdkhttpclient.JdkWSClient
import weaver.{ Expectations, IOSuite }
import weaver.IOSuite

object Smokey extends IOSuite:
type Res = (Pulsar.T, WSClient[IO])
Expand Down

0 comments on commit c209395

Please sign in to comment.