Skip to content

Commit

Permalink
Updated imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Jul 22, 2023
1 parent 50f4780 commit e628e2e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ package com.sksamuel.cohort.healthcheck.http

import com.sksamuel.cohort.Warmup
import com.sksamuel.cohort.WarmupHealthCheck
import com.sksamuel.cohort.WarmupRegistry
import io.ktor.client.HttpClient
import org.slf4j.LoggerFactory
import kotlin.time.Duration

/**
Expand Down Expand Up @@ -35,8 +33,6 @@ class HttpWarmup(
private val eval: suspend (HttpClient) -> Unit,
) : Warmup {

private val logger = LoggerFactory.getLogger(WarmupRegistry::class.java)

constructor(client: HttpClient, eval: suspend (HttpClient) -> Unit) : this(client, null, eval)

override suspend fun warm(iteration: Int) {
Expand Down

0 comments on commit e628e2e

Please sign in to comment.