Skip to content

Commit

Permalink
👷 Ran OrganizeImports so workfow check will pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Laderlappen committed Dec 6, 2023
1 parent 0330d49 commit f4880c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/scala/xyz/didx/DawnPatrol.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ 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 f4880c1

Please sign in to comment.