Skip to content

Commit

Permalink
Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi committed May 13, 2023
1 parent 8b424fa commit af9551d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion curl/src/main/scala/org/http4s/curl/http/FlowControl.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
package org.http4s.curl.http

import cats.effect._
import cats.effect.implicits._
import org.http4s.curl.internal.CurlEasy
import org.http4s.curl.unsafe.libcurl_const

Expand Down
3 changes: 1 addition & 2 deletions curl/src/main/scala/org/http4s/curl/http/RequestRecv.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
package org.http4s.curl.http

import cats.effect._
import cats.effect.implicits._
import cats.effect.std._
import cats.implicits._
import cats.syntax.all._
import fs2.Chunk
import fs2.Stream
import org.http4s.Header
Expand Down
1 change: 0 additions & 1 deletion curl/src/main/scala/org/http4s/curl/http/RequestSend.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
package org.http4s.curl.http

import cats.effect._
import cats.effect.implicits._
import cats.effect.std._
import fs2.Pipe
import org.http4s.curl.internal.Utils
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ package org.http4s.curl.websocket
import cats.effect.IO
import cats.effect.Resource
import cats.effect.SyncIO
import cats.effect.implicits._
import cats.effect.kernel.Deferred
import cats.effect.kernel.Ref
import cats.effect.std.Dispatcher
Expand Down

0 comments on commit af9551d

Please sign in to comment.