Skip to content

Commit

Permalink
import sort
Browse files Browse the repository at this point in the history
  • Loading branch information
cl0ete committed Nov 7, 2024
1 parent 0564171 commit da2107d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions app/models/wallet.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
import warnings
from typing import List, Optional

from aries_cloudcontroller import DIDCreateOptions
from aries_cloudcontroller.models.indy_cred_info import (
IndyCredInfo as IndyCredInfoAcaPy,
)
from aries_cloudcontroller.models.vc_record import VCRecord as VCRecordAcaPy
from pydantic import BaseModel, Field
import warnings
from typing import Optional

from aries_cloudcontroller import DIDCreateOptions
from pydantic import BaseModel, Field, StrictStr, model_validator
from typing_extensions import deprecated

Expand Down

0 comments on commit da2107d

Please sign in to comment.