Skip to content

Commit

Permalink
chore: fixup unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
updraft0 committed Jul 19, 2024
1 parent 3372fee commit 0beb3a9
Showing 1 changed file with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
package org.updraft0.controltower.server.auth

import com.github.plokhotnyuk.jsoniter_scala.core.*
import com.github.plokhotnyuk.jsoniter_scala.macros.*
import org.updraft0.controltower.constant.CharacterId
import org.updraft0.controltower.server.Config
import org.updraft0.controltower.server.auth.EsiError.{InvalidJwt, UpstreamAuth, UpstreamError, ValidationError}
import org.updraft0.esi.client.{AuthErrorResponse, EsiClient, JwtAuthResponse, EsiError as EsiClientError}
import org.updraft0.controltower.server.Config

import com.github.plokhotnyuk.jsoniter_scala.core.*
import com.github.plokhotnyuk.jsoniter_scala.macros.*
import pdi.jwt.{Jwt, JwtAlgorithm, JwtClaim}
import pdi.jwt.{Jwt, JwtAlgorithm}
import zio.*

import java.time.Instant

given CanEqual[JwtAlgorithm, JwtAlgorithm] = CanEqual.derived

enum EsiError:
case InvalidJwt(reason: Throwable)
case ValidationError(message: String)
Expand Down

0 comments on commit 0beb3a9

Please # to comment.