Skip to content

Commit

Permalink
Touch up the imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker committed Jun 30, 2023
1 parent f06f455 commit e37f12f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ package org.http4s
package jetty
package server

import cats.effect.{IO, Resource, Temporal}
import cats.effect.IO
import cats.effect.Resource
import cats.effect.Temporal
import munit.CatsEffectSuite
import org.eclipse.jetty.client.HttpClient
import org.eclipse.jetty.client.api.Request
Expand Down

0 comments on commit e37f12f

Please sign in to comment.