Skip to content

Commit

Permalink
🧪 Ensure scalafix is enforced
Browse files Browse the repository at this point in the history
  • Loading branch information
Laderlappen committed Dec 6, 2023
1 parent 158a9a4 commit c138cd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/scala/xyz/didx/DawnPatrol.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ package xyz.didx
import cats.effect.IO
import cats.effect.IOApp
import cats.effect.std.Dispatcher
import xyz.didx.config.ConfigReaders.getConf

import fs2.Stream
import org.typelevel.log4cats.Logger
import org.typelevel.log4cats.slf4j.Slf4jLogger
import sttp.client3.SttpBackend
import sttp.client3.asynchttpclient.cats.AsyncHttpClientCatsBackend
import xyz.didx.ai.handler.Opportunities
import xyz.didx.config.ConfigReaders.getConf

import scala.concurrent.duration.*

Expand Down

0 comments on commit c138cd3

Please sign in to comment.