Skip to content

Commit

Permalink
refactor: delete unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Aug 30, 2024
1 parent 97bfd98 commit 2a472f0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package net.yoshinorin.qualtet
import net.yoshinorin.qualtet.buildinfo.BuildInfo
import com.github.plokhotnyuk.jsoniter_scala.macros.*
import com.github.plokhotnyuk.jsoniter_scala.core.*
import net.yoshinorin.qualtet.buildinfo.BuildInfo.repository

lazy val jvmVendor = System.getProperty("java.vendor")
lazy val runtimeVersion = System.getProperty("java.version")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package net.yoshinorin.qualtet.domains.articles

import doobie.{Read, Write}
import doobie.Read
import doobie.implicits.*
import doobie.util.query.Query0
import net.yoshinorin.qualtet.domains.contentTypes.ContentTypeId
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import cats.Monad
import cats.data.{Kleisli, OptionT}
import org.http4s.server.AuthMiddleware
import org.http4s.{AuthedRoutes, Request, Response, Status}
import org.http4s.dsl.io.*
import org.http4s.headers.Authorization
import org.slf4j.LoggerFactory
import net.yoshinorin.qualtet.domains.authors.ResponseAuthor
Expand Down

0 comments on commit 2a472f0

Please sign in to comment.