Skip to content
This repository has been archived by the owner on Jul 26, 2021. It is now read-only.

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Galic committed Jul 25, 2018
1 parent c52a933 commit 9a23239
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/scala/com/gu/tip/cloud/TipCloudApi.scala
Expand Up @@ -3,10 +3,9 @@ package com.gu.tip.cloud
import cats.data.WriterT
import cats.effect.IO
import cats.implicits._
import com.gu.tip.{Configuration, ConfigurationIf, HttpClientIf, Log}
import com.gu.tip.{ConfigurationIf, HttpClientIf, Log}
import com.typesafe.scalalogging.LazyLogging
import net.liftweb.json._
import net.liftweb.json.DefaultFormats

trait TipCloudApiIf { this: HttpClientIf with ConfigurationIf =>
def createBoard(sha: String,
Expand Down

0 comments on commit 9a23239

Please sign in to comment.