Skip to content

Commit

Permalink
Rm unsused import
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg committed Oct 27, 2024
1 parent 7f7b294 commit 99adf80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/main/scala/org/http4s/session/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
package org.http4s

import cats.data._
import org.http4s._

package object session {
type SessionRoutes[F[_], A] = Kleisli[OptionT[F, *], ContextRequest[F, A], ContextResponse[F, A]]
Expand Down

0 comments on commit 99adf80

Please sign in to comment.