Minor cleanups.

This commit is contained in:
Dain Nilsson 2020-02-12 10:25:45 +01:00
parent 0e266b0cd5
commit 5155c17862
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
3 changed files with 0 additions and 3 deletions

View File

@ -20,7 +20,6 @@ class Acr122uPcscDevice(object):
return str_result
except Exception as e:
print("Get version error:", e)
pass
return "n/a"
def led_control(

View File

@ -233,7 +233,6 @@ class Acr122uSamPcscDevice(CtapPcscDevice):
return str_result
except Exception as e:
print("Get version error:", e)
pass
return "n/a"
def led_control(

View File

@ -42,7 +42,6 @@ import sys
use_prompt = False
pin = None
uv = "discouraged"
uv = "preferred"
if WindowsClient.is_available():
# Use the Windows WebAuthn API if available