Skip to content

Commit

Permalink
Unused imports cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: mineme0110 <shailesh.patil@iohk.io>
  • Loading branch information
mineme0110 committed May 27, 2024
1 parent 5f85524 commit cb62cdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 27 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.hyperledger.identus.agent.server.jobs

import org.bouncycastle.crypto.signers.Ed25519Signer
import org.hyperledger.identus.agent.walletapi.model.error.DIDSecretStorageError.KeyNotFoundError
import org.hyperledger.identus.agent.walletapi.model.{ManagedDIDState, PublicationState}
import org.hyperledger.identus.agent.walletapi.service.ManagedDIDService
Expand All @@ -9,10 +8,6 @@ import org.hyperledger.identus.castor.core.service.DIDService
import org.hyperledger.identus.pollux.vc.jwt.{
DIDResolutionFailed,
DIDResolutionSucceeded,
JWT,
JwtPresentation,
NotFound,
VerificationMethod,
DidResolver as JwtDidResolver
}
import org.hyperledger.identus.pollux.vc.jwt.*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,7 @@ import org.hyperledger.identus.pollux.core.model.error.PresentationError.*
import org.hyperledger.identus.pollux.core.model.error.{CredentialServiceError, PresentationError}
import org.hyperledger.identus.pollux.core.service.serdes.AnoncredCredentialProofsV1
import org.hyperledger.identus.pollux.core.service.{CredentialService, PresentationService}
import org.hyperledger.identus.pollux.vc.jwt.{
DIDResolutionFailed,
DIDResolutionSucceeded,
JWT,
JwtPresentation,
NotFound,
VerificationMethod,
DidResolver as JwtDidResolver
}
import org.hyperledger.identus.pollux.vc.jwt.{JWT, JwtPresentation, DidResolver as JwtDidResolver}
import org.hyperledger.identus.shared.utils.DurationOps.toMetricsSeconds
import org.hyperledger.identus.shared.utils.aspects.CustomMetricsAspect
import zio.*
Expand All @@ -45,20 +37,9 @@ import org.hyperledger.identus.pollux.core.model.presentation.SdJwtPresentationP
import java.time.{Clock, Instant, ZoneId}
import org.hyperledger.identus.castor.core.service.DIDService
import org.hyperledger.identus.agent.walletapi.service.ManagedDIDService
import org.hyperledger.identus.pollux.sdjwt.{IssuerPublicKey, SDJWT}
import org.hyperledger.identus.pollux.sdjwt.{IssuerPublicKey}
import org.hyperledger.identus.shared.http.*
import org.hyperledger.identus.pollux.sdjwt.SDJWT.{
ClaimsDoNotMatch,
ClaimsValidationResult,
Invalid,
InvalidClaims,
InvalidClaimsIsNotJsonObj,
InvalidError,
InvalidSignature,
Valid,
ValidAnyMatch,
ValidClaims
}
import org.hyperledger.identus.pollux.sdjwt.SDJWT.{ClaimsValidationResult, Invalid, Valid, ValidAnyMatch, ValidClaims}
import org.hyperledger.identus.pollux.sdjwt.SDJWT
import org.scalafmt.config.Indents.RelativeToLhs.`match`
object PresentBackgroundJobs extends BackgroundJobsHelper {
Expand Down

0 comments on commit cb62cdd

Please sign in to comment.