Skip to content

Commit

Permalink
https://github.com/solokeys/solo1-cli/pull/152/
Browse files Browse the repository at this point in the history
  • Loading branch information
ghagl authored Jun 6, 2023
1 parent ad03f9d commit 5f7a479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solo/solotool.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
from fido2.attestation import Attestation
from fido2.client import ClientError, Fido2Client
from fido2.ctap import CtapError
from fido2.ctap1 import CTAP1, ApduError
from fido2.ctap2 import CTAP2
from fido2.ctap1 import Ctap1, ApduError
from fido2.ctap2 import Ctap2
from fido2.hid import CTAPHID, CtapHidDevice
from intelhex import IntelHex

Expand Down

0 comments on commit 5f7a479

Please sign in to comment.