Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sloshy committed Jan 13, 2021
1 parent c524d84 commit 09a3b4d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import cats.implicits._
import github4s.algebras.Auth
import github4s.Decoders._
import github4s.domain._
import github4s.Encoders._
import github4s.GHResponse
import github4s.http.HttpClient
import java.util.UUID
Expand Down
1 change: 0 additions & 1 deletion github4s/src/test/scala/github4s/unit/AuthSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ package github4s.unit

import cats.effect.IO
import cats.syntax.either._
import com.github.marklister.base64.Base64.Encoder
import github4s.GHResponse
import github4s.utils.BaseSpec
import github4s.domain._
Expand Down

0 comments on commit 09a3b4d

Please sign in to comment.